Loading Tool

Explorer IconExplorer

Memory Pool

78,536 transactions
28.85 vMB
0.10941428 BTC
Random Selection Loading Transactions
Max Size: 175.16/200 MB

Candidate Block

Mining Attempt 26ccfcb84aafe50cef4dcc31cbaf4880d11d2bb9aa991228d4d8c2c2ced1e326
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 9adc5527c6da209546dd3e7f92979d4f251a4db14d51fc3ee04016f8c4b274a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,090
Size: 1.00 vMB
Total Fees: 0.03882789 BTC
Feerates: 602.26 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (475,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,684 439,684 00000000000000000396302de795906c6d78bd256bce70a941e7a424c5c8ee86 2,222 0.85/1.00 vMB 61
439,683 439,683 000000000000000003e30db830bc290ab4b7457563395852aebd4c292781eb8b 1,004 0.40/1.00 vMB 64
439,682 439,682 0000000000000000013f1669c0fa5253660aca7f70ac51d8de76935c5a0b1b41 2,061 0.93/1.00 vMB 64
439,681 439,681 000000000000000002af72ad487bce8659d74cb7346f0ab6aa4585bcc60901a3 1,296 0.77/1.00 vMB 49
439,680 439,680 00000000000000000394129f3c616ae42e733111295affe508dc22dc0ea38c6d 2,501 1.00/1.00 vMB 69
439,679 439,679 000000000000000002b0d71f9ba706b0cad6299c2f7ae8554ab50d7e33bbf130 2,501 1.00/1.00 vMB 55
439,678 439,678 000000000000000000e270dcf28955ae3556a39dca7620fef02afd7581a25029 2,565 1.00/1.00 vMB 77
439,677 439,677 0000000000000000010db2deabd3fb7160a3b91bbb1ecf255bf4e3e68308def5 2,537 1.00/1.00 vMB 85
439,676 439,676 000000000000000003620565305fd11e6e25d2803544a131373840e46b6981d2 1,425 0.61/1.00 vMB 55
439,675 439,675 000000000000000000c3d220185ff50487a10f6101b5ed43073be2d3e2948604 1,611 0.60/1.00 vMB 70
439,674 439,674 00000000000000000167370e100b05a678eca60ac014c73e84e273a2ee02e35d 902 0.39/1.00 vMB 77
439,673 439,673 0000000000000000008aeb651c9dfd27820323887ff5c8a9820af22eaf4e10dc 466 0.18/1.00 vMB 65
439,672 439,672 0000000000000000000e44ff6bdafc2e766bac85648640be9d59115f225edae2 591 1.00/1.00 vMB 14
439,671 439,671 0000000000000000030aa47b50c2957d9cc8b9db3d66e149a37c1d13cac23a69 1,953 0.95/1.00 vMB 57
439,670 439,670 000000000000000000d2fb3d688574205beaed2c8f2a1c969fdb9752de58fa7c 1,171 1.00/1.00 vMB 24
439,669 439,669 000000000000000002f4f92fc09a960ffbf727be8890be22999634f5336850f4 2,497 1.00/1.00 vMB 68
439,668 439,668 0000000000000000032f8e319c45c2c22fd59e7a8a640b2baaf11b907ab42abf 2,388 1.00/1.00 vMB 62
439,667 439,667 000000000000000002910362212c04dd9c8e2561c8001829eaf0d43a5bfd6289 2,304 1.00/1.00 vMB 67
439,666 439,666 000000000000000002ed8939672c7001e19fbf58b6c8ab4bb0a66c9c2aab335e 2,201 0.98/1.00 vMB 64
439,665 439,665 000000000000000000660600951500b9c670dd02a253b9b26cce88587ae60fed 2,756 1.00/1.00 vMB 78
439,664 439,664 0000000000000000031ae42cd1061478d8dd56e59dd714050fb1dc0f50a76576 1,178 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.