Loading Tool

Explorer IconExplorer

Memory Pool

34,858 transactions
27.38 vMB
0.05494783 BTC
Random Selection Loading Transactions
Max Size: 137.41/200 MB

Candidate Block

Mining Attempt 004144307714fed2c908f179c28f816db47b6ec996ed24d1af0bd063cb5b7211
Version 20000000
Previous Block 0000000000000000000136ed55bb1ddf4d1f340955528f3c7bf60ccd85f41c56
Merkle Root 756d25b373c57e4aac58a11b66271539a366eeb13b824c74166abf4129a82f9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.00329886 BTC
Feerates: 12.65 > 0.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,623 (329,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,653 584,653 00000000000000000003275e53cea0186c6c68cdccbdcf3383b3ccb4cbb18b39 2,857 1.00/1.00 vMB 75
584,652 584,652 000000000000000000071e8cd462aa8c3ea681dc99d6d81a6ad82edf804a0fe4 3,119 1.00/1.00 vMB 55
584,651 584,651 00000000000000000005682b2553ccf7547b9ef6f74077b87455826c26662a82 3,573 1.00/1.00 vMB 95
584,650 584,650 0000000000000000000185b2a407be28859834c7bf87fa92f461b8d924c3ba1e 3,195 1.00/1.00 vMB 80
584,649 584,649 00000000000000000004479c3e7e4a76799e07bf764b40d5b04df1ea0d2210af 2,344 1.00/1.00 vMB 41
584,648 584,648 0000000000000000001699c1db655b713722833b7c7105b4170b053bb4c5aab6 1,824 1.00/1.00 vMB 47
584,647 584,647 000000000000000000047b6d0539279d8ea1f5dbf46248e92648a907643ed93b 2,882 1.00/1.00 vMB 49
584,646 584,646 0000000000000000001459ca5bc3180170f7293f569943810b3991f444ab3ad1 3,332 1.00/1.00 vMB 89
584,645 584,645 0000000000000000000e15d50f7e49125956713b67d2c1f963832a88aba954cb 2,901 1.00/1.00 vMB 71
584,644 584,644 00000000000000000002e0d73d6856b00fcd88e4d2bec994e718486c884780f1 2,299 1.00/1.00 vMB 13
584,643 584,643 0000000000000000001629328ab616767fc0aa5bb292d88d4498420a298dab3f 2,959 1.00/1.00 vMB 46
584,642 584,642 0000000000000000000964c29b25d7f1e34ff8e941503b75108bede5e3472255 2,828 1.00/1.00 vMB 63
584,641 584,641 0000000000000000000e23d0b31dbacbbe177cd0b5bf199b027c25296bb05ead 2,707 1.00/1.00 vMB 45
584,640 584,640 0000000000000000000e5af6f531133eb548fe3854486ade75523002a1a27687 2,900 1.00/1.00 vMB 50
584,639 584,639 000000000000000000115eb6c10b7a98bf23a46002baec8fbbbb2cf0583439a6 2,994 1.00/1.00 vMB 72
584,638 584,638 0000000000000000001a93e4264f21d6c2c525c09130074ec81eb9980bcc08c0 2,147 1.00/1.00 vMB 41
584,637 584,637 00000000000000000012f40c100b5eb517d873041a3841ec401e6eac2275833e 2,760 1.00/1.00 vMB 62
584,636 584,636 00000000000000000012381a6f45b8fbffbe7d46c36a348533a3d1511bde4d18 2,631 1.00/1.00 vMB 89
584,635 584,635 0000000000000000000ef6e32346efbd14404d755a3e6d68b2ffbe524ca64eab 2,035 1.00/1.00 vMB 49
584,634 584,634 0000000000000000001714e08db47ba86cbdc46ba1f56283c8f0ef9758ad179b 2,146 0.98/1.00 vMB 10
584,633 584,633 000000000000000000190824363f0c14d9dd02f1ad2f23dbe8d7c051ede414ad 2,770 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.86 GB
    • Received: 11.96 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.