Loading Tool

Explorer IconExplorer

Memory Pool

86,065 transactions
32.06 vMB
0.21594330 BTC
Random Selection Loading Transactions
Max Size: 191.70/200 MB

Candidate Block

Mining Attempt 9188457b34479f1c6f25dbf904a67335254ff29be026d11099be3647e89a7b12
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root f2d86a15d0ad78efa3fcce26ba0a9ede33df27ff23c1550af1eafa9b0f0b1a9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,881
Size: 1.00 vMB
Total Fees: 0.09713808 BTC
Feerates: 529.10 > 9.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (280,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,219 634,219 0000000000000000001449f77a54a68c3b589458f861b4b1ea7b2aecfd0407cf 2,332 1.00/1.00 vMB 31
634,218 634,218 000000000000000000062ec73258ec3bf17125d825b3b6bdb75765cb14c8960c 2,537 1.00/1.00 vMB 32
634,217 634,217 0000000000000000000a50941db84df2cce2868037a1466595a775029650e739 2,058 1.00/1.00 vMB 26
634,216 634,216 000000000000000000069ea7f8595c6310fb6ebde601209f37decf19d79be428 2,518 1.00/1.00 vMB 28
634,215 634,215 000000000000000000114cbf157ab8afa630f1c2f1aabd6e7a497a792dc633b0 2,898 1.00/1.00 vMB 34
634,214 634,214 00000000000000000002f567a52cddbe0c6914ddde965294236c39524eb73105 1,546 1.00/1.00 vMB 26
634,213 634,213 000000000000000000137ce71e2f16d6334693256285d7392c21dae146e8e31e 3,060 1.00/1.00 vMB 49
634,212 634,212 0000000000000000000848492b4fc49a9e79772024a85eb568f1fd0db7c475bc 2,641 1.00/1.00 vMB 29
634,211 634,211 0000000000000000000b4868b2dbeda92d832d6fdbe9a5856d30d1659cc50b3e 1,837 1.00/1.00 vMB 29
634,210 634,210 00000000000000000005d3d77a96971049ea33c7ba0fd4d30a83f094beb8f3e2 3,085 1.00/1.00 vMB 53
634,209 634,209 0000000000000000000cb128a14af348414963f7c1ad9278e48e8502ee063611 2,780 1.00/1.00 vMB 34
634,208 634,208 00000000000000000007b58cd0c341cce7469520b795c525314c2367f102d48f 1,009 1.00/1.00 vMB 19
634,207 634,207 0000000000000000000dc07f6e0917276862f06bb17bcb77db4b80ead7402e7e 1,581 1.00/1.00 vMB 20
634,206 634,206 00000000000000000004f503bbf262548e18c74c34e4753b6dd0f887acc2b69f 1,589 1.00/1.00 vMB 27
634,205 634,205 00000000000000000001bb543a4cf0a1f2cc80a9eed65c8bccbb6b147cb15221 84 1.00/1.00 vMB 23
634,204 634,204 0000000000000000000d9a937d12c1a020ecba8e4b57bcd19939ce6c7bbd2733 2,683 1.00/1.00 vMB 28
634,203 634,203 0000000000000000000c1c4a949625e79ab03f18cfac17282b37d8846e751ae4 2,333 1.00/1.00 vMB 46
634,202 634,202 0000000000000000001307ad6762a5e0bbc52faceabe96468efd53eb9a7a5497 354 1.00/1.00 vMB 24
634,201 634,201 0000000000000000000d0f2c9c3117c3d06de8ac39e59651696f8c76955cd463 2,477 1.00/1.00 vMB 30
634,200 634,200 000000000000000000013f2c2aec5e826984a05e7e75d575701361343018a133 1,253 1.00/1.00 vMB 67
634,199 634,199 00000000000000000013b88db7beedbb0133efa42bdac6849d73ff5bf1b4225a 1,214 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.