Loading Tool

Explorer IconExplorer

Memory Pool

76,885 transactions
28.55 vMB
0.06309537 BTC
Random Selection Loading Transactions
Max Size: 173.25/200 MB

Candidate Block

Mining Attempt 6684c49a428e9499f6eea1352dc6a4451dde2fff58971340498528a8bcd5903a
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root bb0815184d5a744ea72fc09b7b8bc84cb1d03fc69fbbeb7b7150be255ffa3d5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,069
Size: 1.00 vMB
Total Fees: 0.00361937 BTC
Feerates: 73.20 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (347,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,463 567,463 0000000000000000001444cc347031fa486c7ee4e9a61b300f336a49d7208535 710 0.38/1.00 vMB 4
567,462 567,462 00000000000000000028db6f97540a7c6e8acc5825b9a58a9dd0343e2748eff5 1,983 1.00/1.00 vMB 11
567,461 567,461 00000000000000000026e38929b6f43e82ac92c17a45e4a225c2c6c98bbea739 2,466 1.00/1.00 vMB 30
567,460 567,460 0000000000000000000f7a2f6097706317a5feecb109c030057ebc329d1da2a9 1,267 0.45/1.00 vMB 19
567,459 567,459 00000000000000000001ae51647e3a434a548cb58b85f3b086bb49d5543ab276 300 0.12/1.00 vMB 27
567,458 567,458 0000000000000000002756c4b340b1cf2726b00ea5627618dc0af4d29cfb9e6c 1,358 0.55/1.00 vMB 19
567,457 567,457 000000000000000000290afbee4589a56338b99846db3fbc214ae17d98a1de57 813 0.36/1.00 vMB 19
567,456 567,456 0000000000000000002aaa09d087a86d6a9a4b8c7a3401574f6ca2de49af0757 718 0.30/1.00 vMB 17
567,455 567,455 0000000000000000001be8e2812178308c342d685ca7bded37b30fc4e654352d 1,414 0.47/1.00 vMB 20
567,454 567,454 00000000000000000010c7b095e6cc196a28db743bf7bfa9508641b9ad140ad2 1,287 0.57/1.00 vMB 19
567,453 567,453 0000000000000000000738e6cc06bb0e5f00e35f515d7d5c4a143f30806b61d6 529 0.19/1.00 vMB 17
567,452 567,452 00000000000000000009200c9813c4d8501477f3b900227f5e63db3e8aca3e5b 1,456 0.51/1.00 vMB 19
567,451 567,451 00000000000000000003aae8d28ff97bf55a96e17bf8007d219dae6a37d87279 315 0.11/1.00 vMB 23
567,450 567,450 0000000000000000001b638dad4a83f22918d12feb690c1ef7dc620ff827f785 1,304 0.49/1.00 vMB 17
567,449 567,449 0000000000000000001716b25fb89b1211ac337112f3e9f7d6398f4c90d0ce3c 2,279 0.76/1.00 vMB 22
567,448 567,448 0000000000000000002c5e43945b0299b5104fe49f278af34a2a4b500667c0d4 1,537 0.54/1.00 vMB 21
567,447 567,447 0000000000000000001aebc878ef11bcc4208429e38a618c8a93472b18c8b215 2,666 0.82/1.00 vMB 18
567,446 567,446 0000000000000000002c6fe588654350c05d0cac1d9e156f3bcc75ece43d0f34 571 0.21/1.00 vMB 18
567,445 567,445 0000000000000000000b414d055288d99e2f1852437b91efba6a8c988fcf7252 1,230 0.42/1.00 vMB 21
567,444 567,444 0000000000000000002981347d2dfaea9132179b35e0fc1de372774ea1d1d387 1,944 0.78/1.00 vMB 18
567,443 567,443 0000000000000000000e0423efb24512b9fc5a0aaaef608ddfc304fe0e18007e 1,624 0.58/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.55 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: 669.83 GB
    • Received: 15.77 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.