Loading Tool

Explorer IconExplorer

Memory Pool

74,637 transactions
27.51 vMB
0.07124995 BTC
Random Selection Loading Transactions
Max Size: 168.02/200 MB

Candidate Block

Mining Attempt 7a84e5c18db37da3442edf20a7f83dc816df1c89f161553ddc18ec15063010ba
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root e36193ef53baa7d6c77cf82bb73a6a8b9a3549063d06ef458c9492ab1ec4ed8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,811
Size: 1.00 vMB
Total Fees: 0.01260994 BTC
Feerates: 100.53 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (349,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,501 565,501 0000000000000000002b75d8738be668cd28e1243da6753a3295e2f7cb51e9de 1,783 0.55/1.00 vMB 18
565,500 565,500 0000000000000000001cec15110040b1792c1f68a2d9d6cd1436ac2e3cbf21af 1,509 0.71/1.00 vMB 8
565,499 565,499 00000000000000000001fe8c402e89124136249ababb3d6a58c06c83b8d5d579 3,022 1.00/1.00 vMB 9
565,498 565,498 0000000000000000002dbdea588f91d86ed657e953d2634427b39335447d058f 1 0.00/1.00 vMB 0
565,497 565,497 0000000000000000002b70b0131c99651464a2ca020eafd1b47e794ef9b624cf 3,348 1.00/1.00 vMB 2
565,496 565,496 000000000000000000167fa4f48f85cfa7b679d5499bd8164359b86e77a0c170 3,002 1.00/1.00 vMB 27
565,495 565,495 000000000000000000112d4812ae2626ea9066e333103743083c1f7d0b17218b 2,794 1.00/1.00 vMB 8
565,494 565,494 000000000000000000117c8fc7d0944a6b051583df1d6b5c658380de936cd04a 2,465 1.00/1.00 vMB 5
565,493 565,493 0000000000000000002b006c5faead90788530cedea0343eb575ac818d8af958 2,938 1.00/1.00 vMB 27
565,492 565,492 0000000000000000001b2b63bbddf58da3c10f97c8270bed70decba9f316d6d3 2,500 1.00/1.00 vMB 13
565,491 565,491 000000000000000000064736cd14cf8a976d35c1db6ac1eb59e903aa64b8f81f 2,623 1.00/1.00 vMB 28
565,490 565,490 0000000000000000000f0302a2e0df8da6bb4700e0745e9f816b99d83d12325f 2,598 1.00/1.00 vMB 27
565,489 565,489 0000000000000000000d0943fc8a170ce0645302be21d77f18b97d61912d9985 2,560 1.00/1.00 vMB 27
565,488 565,488 0000000000000000001e588d0d0f84ad5f291067f33576f00918a871da2afd8a 3,357 1.00/1.00 vMB 37
565,487 565,487 00000000000000000006383009155f1d861ce25f0c2566daab2b864f00d74b7d 2,044 1.00/1.00 vMB 18
565,486 565,486 0000000000000000001cdfcd0f8039fbb891de53c064a2c21c531db7d63a6fab 1,582 1.00/1.00 vMB 14
565,485 565,485 0000000000000000002833c2aba2b3d2a79a6bdcc9c7aa80874d9084fe325f87 2,304 1.00/1.00 vMB 24
565,484 565,484 0000000000000000002bc74684e9426ae467cb9ed2dceddc9b4a0a53712cb6a6 1,770 1.00/1.00 vMB 23
565,483 565,483 000000000000000000070332d1faf235144f9d3b4ef9820ceea2bfc2ab3cb73b 1,133 1.00/1.00 vMB 74
565,482 565,482 00000000000000000017061c35781aa8ebd140feb72a1f75007b1da2893579a9 2,837 1.00/1.00 vMB 7
565,481 565,481 0000000000000000002ab18996fdc4b27f8fd0e8549a70e679c97c4b1b1fad35 2,474 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.