Loading Tool

Explorer IconExplorer

Memory Pool

79,933 transactions
30.27 vMB
0.08314322 BTC
Random Selection Loading Transactions
Max Size: 184.71/200 MB

Candidate Block

Mining Attempt 08b201bd6598e0d11a01d99bfc946b277523d7de94dbeb62889874b0a096447d
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 45e2e67d38f9756e6ea066c658b98d0e8049e46c5a1cabd944a6346d0d9614a2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,662
Size: 1.00 vMB
Total Fees: 0.01562810 BTC
Feerates: 100.65 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (185,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,463 729,463 000000000000000000076171ef78b8abf146f0ad3bc5325e6e53ed060ef1697a 2,774 1.00/1.00 vMB 9
729,462 729,462 00000000000000000002ac8341f0f2e7955b78864837f2a784016a53204a4349 2,046 1.00/1.00 vMB 11
729,461 729,461 0000000000000000000451e5fc27ecd14b3f6e48b2c82257cad8cdd38144b60b 2,514 1.00/1.00 vMB 9
729,460 729,460 00000000000000000003ac625217522cdbbef14cfe7a5b104ec1b3a250ef773b 2,649 1.00/1.00 vMB 20
729,459 729,459 00000000000000000009a1ad01a36624f16a5224bff2c890d7e475f69d4f77f1 3,120 1.00/1.00 vMB 13
729,458 729,458 000000000000000000037e9a5613159f3d4707dd5619f61caa390ec8f1885976 64 0.03/1.00 vMB 4
729,457 729,457 00000000000000000008b553fde638ee2187077423c97e00076f431dbfd72989 2,107 0.96/1.00 vMB 7
729,456 729,456 00000000000000000008b65841d070cca25d57541fabedd33d4b1f8efd0013a4 1,935 0.78/1.00 vMB 7
729,455 729,455 00000000000000000000fcf2d7ab5a81cfddcbfca71fe155e447ed911a504d4f 1,954 1.00/1.00 vMB 3
729,454 729,454 000000000000000000068cc87ef2c4624eb5b4452499a4f6ba34d31a875f97e5 2,056 1.00/1.00 vMB 5
729,453 729,453 00000000000000000003f58b70d57dd0e06756b5d87ea88a96b862d91c83d98f 2,656 1.00/1.00 vMB 2
729,452 729,452 00000000000000000000b9cf2a989386cf45583d5478da481a42bd1984c89071 2,894 1.00/1.00 vMB 9
729,451 729,451 00000000000000000007bc2614b280504f91862aafcd8359bfc5e33f97725658 1,156 1.00/1.00 vMB 2
729,450 729,450 000000000000000000056cb1b8b47d51757808bcda8b70f95317c7c093eda7a6 2,547 1.00/1.00 vMB 8
729,449 729,449 000000000000000000031194bb9c24afa572ae6a345acd9dd486727003f39b24 2,749 1.00/1.00 vMB 13
729,448 729,448 0000000000000000000521bdfff05eb8e3f9b9c5c172e9a0b651498a1028b61b 3,053 1.00/1.00 vMB 6
729,447 729,447 000000000000000000096b66dff64be728305902de3be2bdf094ddcce941d72c 2,601 1.00/1.00 vMB 15
729,446 729,446 00000000000000000008fa3759141044ae3db1e6ec222e114651354f58d5cc42 2,744 1.00/1.00 vMB 4
729,445 729,445 00000000000000000003e22695e152c1e2786deb6ec8b33cc9f82fe3d97b2f4b 2,022 1.00/1.00 vMB 6
729,444 729,444 000000000000000000052cd34ee22dfb26bda60895ebe2e8be8f3482bd7e94cc 2,369 1.00/1.00 vMB 4
729,443 729,443 00000000000000000007f847e167fcf6c8c5d1156cdede02ea17c965e5c71ca6 3,711 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.