Loading Tool

Explorer IconExplorer

Memory Pool

81,811 transactions
30.10 vMB
0.09590214 BTC
Random Selection Loading Transactions
Max Size: 181.71/200 MB

Candidate Block

Mining Attempt 124d58445b7cf1e43dd65e683a212f2a7ff8ca9dca4c01934de12af95b32ad6c
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 6104619705d2cf663e3e97cd70ec1ea9e691290415f37aa82abf1e8009c9bbaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,926
Size: 1.00 vMB
Total Fees: 0.03433454 BTC
Feerates: 526.32 > 3.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (188,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,027 726,027 00000000000000000005aa4b911dd1a4fcbb74bc29b65fe7a87f60feb4472de1 1,198 1.00/1.00 vMB 6
726,026 726,026 00000000000000000007033ca171d33af93a39f7d3f1491dac940210236856bf 2,958 1.00/1.00 vMB 15
726,025 726,025 00000000000000000003572aaf8283e46b1aa0f7a2c2590dfabc9d85e11c0d56 2,829 1.00/1.00 vMB 9
726,024 726,024 00000000000000000003c9ce736065654e26960dc7b8110e9cf3a9db509c05ca 2,880 1.00/1.00 vMB 18
726,023 726,023 00000000000000000001c4d588e54f929516ba5a6fa6d47211fd7d642a0b5d2c 2,312 1.00/1.00 vMB 19
726,022 726,022 000000000000000000013e9214a092335ab5618d0e09fed0b33bbf6b7437e262 3,074 1.00/1.00 vMB 11
726,021 726,021 000000000000000000015678ee978b864aa42586a89b91163db4bed71eaf60d3 1,449 1.00/1.00 vMB 13
726,020 726,020 00000000000000000007200b1f2ccd1d1ab94f6ea7052ec2fd6deaff6ce98e72 2,549 1.00/1.00 vMB 15
726,019 726,019 000000000000000000018ad0d5fcd86063e103527ba650fd6bc4a25a4d650fc1 2,452 1.00/1.00 vMB 11
726,018 726,018 000000000000000000022c1a3c3251a29c1ed128ac627a39b52e3b01428fcbff 2,423 1.00/1.00 vMB 15
726,017 726,017 00000000000000000007d25452f530bc2a58f15198af84289a073df0fae73f35 3,675 1.00/1.00 vMB 20
726,016 726,016 0000000000000000000a333f89a22811a5d6f204f5710617b65dafa2540b93e5 3,225 1.00/1.00 vMB 28
726,015 726,015 0000000000000000000163ec3b054527216c7d99cad6ccefb55726694359e777 1,580 1.00/1.00 vMB 10
726,014 726,014 0000000000000000000177b263d8a023a33c573c6ad310d8801fb2fa1e581fa6 3,672 1.00/1.00 vMB 22
726,013 726,013 000000000000000000022f0dab92db526485967bddfc634266e90809da93c501 2,645 1.00/1.00 vMB 6
726,012 726,012 00000000000000000007e18c726b534c0f353684a1f63c849b46fc6f9fcfe4f4 2,616 1.00/1.00 vMB 18
726,011 726,011 0000000000000000000558c8acb26df2bc11aab8e398c376b1596e04dc376f88 2,497 1.00/1.00 vMB 3
726,010 726,010 00000000000000000008e785082d8c7e80739badb19ea19915e5c444f9773535 2,616 1.00/1.00 vMB 7
726,009 726,009 000000000000000000069cedefc03acf8cf5a6fd5bb51dbeeb8df57831ee3e6d 2,419 1.00/1.00 vMB 13
726,008 726,008 00000000000000000002a9b5bb4340d3dfcc61f8c22470068e5a2d9c68fd26a6 3,753 1.00/1.00 vMB 22
726,007 726,007 00000000000000000009c6f307c2bd8ced39c3fb3e1fcb52a551cd4d324051c4 2,157 0.83/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.