Loading Tool

Explorer IconExplorer

Memory Pool

37,501 transactions
26.92 vMB
0.08994409 BTC
Random Selection Loading Transactions
Max Size: 136.37/200 MB

Candidate Block

Mining Attempt cbfead0a7e3de6f82edbd3fd41a885f4824e14276886fc911bbfcfd16d3f1e73
Version 20000000
Previous Block 000000000000000000019295710f8a15d7ccdc5181b926c5589975b7b7550f48
Merkle Root 1f0c71ae496ce2db80b66109d0478637f8e39345cfeb03783e2d0bda74e5e963
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,910
Size: 1.00 vMB
Total Fees: 0.03164971 BTC
Feerates: 480.77 > 3.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,210 (787,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,578 126,578 0000000000002d573b644d15f66653fce498de79e551a31a273f79b2c4888f85 7 0.01/1.00 vMB 108
126,577 126,577 00000000000024486d2a4d0a29b9cf1c107f829c0e95d811bf3448590cdb2f1f 2 0.00/1.00 vMB 4,484
126,576 126,576 0000000000003702ea5ca633d66a44243f7cfd11ac6f5d21ba3f4db722a04e9f 8 0.00/1.00 vMB 796
126,575 126,575 00000000000030f9e6d3daa780184fe3db4efa6fe9ce5c2b6017ae079cff3928 13 0.00/1.00 vMB 34
126,574 126,574 000000000000392e2c7432651398685780597338e229aa878aa800649df007b7 16 0.01/1.00 vMB 538
126,573 126,573 0000000000003044f69e4a0811a3f0ff0da7e59dc1371268be67954a3dfd0282 28 0.01/1.00 vMB 677
126,572 126,572 0000000000000f7af51eca8e80a33aa2164e59a28508298effe01c4e4d7f52b3 3 0.00/1.00 vMB 0
126,571 126,571 00000000000042e79a0a71aa7a7a3d465dcb86db850e8f3f18b63ad69f6fa096 16 0.01/1.00 vMB 1,380
126,570 126,570 00000000000017110e5c8baa793c74a02995e3d994c242267ad466535a38e85e 8 0.00/1.00 vMB 558
126,569 126,569 0000000000002c916d9dbcd9e64c779917ad1480c26bd4ba515af0d239d88e0f 97 0.04/1.00 vMB 605
126,568 126,568 0000000000002f8d63760920e29b33a06d092ef234c330f168ee8910dd715658 10 0.00/1.00 vMB 679
126,567 126,567 000000000000369a21ca7b0e1d48ed5804017fa93ae48d340cb41956def8d79d 16 0.01/1.00 vMB 1,392
126,566 126,566 0000000000000ad3942c38ad44803989eccd35323c9c2ce37c632261f9f24f09 11 0.00/1.00 vMB 29
126,565 126,565 00000000000026be0ba5145ff24df064cd8b4c497855d4a33c0176fd72b6c555 16 0.01/1.00 vMB 628
126,564 126,564 00000000000036a92d551db494eabdcc298e1a767a6211e7da3442cd7329ce79 3 0.00/1.00 vMB 1,937
126,563 126,563 0000000000001e094605bf242767731e7cd67d09904e6fbaa58b5125bb67f4d7 7 0.00/1.00 vMB 21
126,562 126,562 0000000000002013a8a07efb28e442d8703cc9f27bb40fb605b674c3a5d0a62b 15 0.01/1.00 vMB 833
126,561 126,561 0000000000002c75434b3055d8ab848dc0f7c4e130b00bbf989f4f82ac8a877a 4 0.00/1.00 vMB 1,293
126,560 126,560 00000000000031b53c34d836c64253a46273dde762a2a9e89096084171e74390 36 0.02/1.00 vMB 829
126,559 126,559 0000000000001ee749fab828be720485bbc557567f1254dca2268a5af6e5c136 68 0.02/1.00 vMB 1,999
126,558 126,558 0000000000003a5fb504059f3dbb4bc9c5e238af51da1d1a00dd6cf8e27e0987 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 574.04 GB
    • Received: 8.14 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.