Loading Tool

Explorer IconExplorer

Memory Pool

80,445 transactions
29.95 vMB
0.12040070 BTC
Random Selection Loading Transactions
Max Size: 180.21/200 MB

Candidate Block

Mining Attempt 885e30962666db4fbc7ce6a60ba9094fd1882a36d50b3dcecfa97308827ffd74
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 851410e31e5f7388fa5c27729a8020df94d420c3cbf79f14e444f3fee6b3b0c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,620
Size: 1.00 vMB
Total Fees: 0.04982140 BTC
Feerates: 242.90 > 4.99 > 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (133,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,380 781,380 00000000000000000001e70176edcea7ac2cb2905e48dc61e7fcf6cca832b643 2,656 1.00/1.00 vMB 24
781,379 781,379 0000000000000000000170980ea021ec814378188bf8f2913cde13e1aac52e6d 3,427 1.00/1.00 vMB 40
781,378 781,378 0000000000000000000645dc10bb20089542e19fd747f747f10355b8ff02e3a1 2,156 1.00/1.00 vMB 43
781,377 781,377 0000000000000000000295aa871ba49664e9294a9bd6ab4b430764e6522bbb16 119 1.00/1.00 vMB 4
781,376 781,376 000000000000000000009326c57ac4050397e760607c66a7c119093c1213c709 1,928 1.00/1.00 vMB 15
781,375 781,375 000000000000000000037d2d4e5a6d637c364bf2d65c20bddde9ed67a36f3a2e 1,108 1.00/1.00 vMB 7
781,374 781,374 00000000000000000002830f93e5ee4c48234f99c7999efcb1e933d3ca568c0e 2,431 1.00/1.00 vMB 16
781,373 781,373 0000000000000000000182b75bc41ca338b5f88531dd1d46517d62036f00e3a3 3,064 1.00/1.00 vMB 28
781,372 781,372 00000000000000000000edbc3b62a5156c32727696f861b60dbe6ce220a2a8aa 3,572 1.00/1.00 vMB 42
781,371 781,371 00000000000000000002d8610c6ec71be4e42386193327b7ce1adfb47f6d12f0 369 1.00/1.00 vMB 4
781,370 781,370 000000000000000000062f516a17a37523f4248139a7cafd3fcb5d7be902dfd2 2,520 1.00/1.00 vMB 19
781,369 781,369 000000000000000000057989aeaebb454e3d84cacd9ec11bcd93b71100ceac0d 1,338 1.00/1.00 vMB 12
781,368 781,368 000000000000000000055bf2d3089296d9dbb5d4c2171e71eb43750fbba00a02 2,682 1.00/1.00 vMB 19
781,367 781,367 000000000000000000064f48b5a8313a0f8e282471451294f17a38ce7a3b4644 1,637 1.00/1.00 vMB 7
781,366 781,366 00000000000000000002a4dab7192de1f384988ef60e2f556a42e02f902c2e09 3,154 1.00/1.00 vMB 24
781,365 781,365 00000000000000000004b596db18746d22e299fe795f2a5d3718b5fad7aeb30b 2,175 1.00/1.00 vMB 19
781,364 781,364 000000000000000000048150b5e7b0d888faa93873ce6aa53073c7e671fe64be 1,913 1.00/1.00 vMB 13
781,363 781,363 0000000000000000000387a3e3091f515b9f3375d792814e0141649f1864ce00 1,415 1.00/1.00 vMB 12
781,362 781,362 00000000000000000000513f6ffe6e2c8d7882c69c8cb53985e737eb8026892d 2,550 1.00/1.00 vMB 38
781,361 781,361 0000000000000000000055ee15b10ec1dd22db0dade88133457a53f6baf3a8f1 2,180 1.00/1.00 vMB 21
781,360 781,360 00000000000000000003d60a53cac3b59086c6c357344fff50a8b4b6534b27b4 2,471 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.