Loading Tool

Explorer IconExplorer

Memory Pool

80,821 transactions
29.63 vMB
0.12373015 BTC
Random Selection Loading Transactions
Max Size: 179.69/200 MB

Candidate Block

Mining Attempt f8470d434286fb5833dd2d206e7fa698bb55e49e3913987c712f3e7c0f8869f7
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 103520f8c61d6e0a1ac27f14cb4d350963cf73aa56e63fbefccb446b8d21e4cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,816
Size: 1.00 vMB
Total Fees: 0.05829514 BTC
Feerates: 151.07 > 5.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (795,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,671 119,671 00000000000044c975533fc3691555ea643c2c0ce786a2c762f72b84cd58f29c 13 0.00/1.00 vMB 821
119,670 119,670 000000000000a323c19b53950af1e54c41f1993002e4fca53dd6b72c078d0df0 13 0.01/1.00 vMB 816
119,669 119,669 0000000000006a53c236fa2a80ac060e6b1900102b2af5d1ff3e55f802c34892 9 0.00/1.00 vMB 309
119,668 119,668 00000000000041c87b6a189dff5a49b930c899816365b9060db007f595ea40c5 37 0.01/1.00 vMB 2,775
119,667 119,667 000000000000a725b8ca060abd5b8d8ac5011de01e31554cb8568cd94a9bf657 10 0.00/1.00 vMB 0
119,666 119,666 00000000000026d9d655618b4c4b4aeb1ed22aff77b7120a8b7e009ed13c99a9 11 0.00/1.00 vMB 0
119,665 119,665 0000000000003e127d10ce88b5da8b479d240e443376fcfced851fdbd52ee97c 11 0.00/1.00 vMB 645
119,664 119,664 000000000000b45bcdca979d2033ae2ff6b99db005cc2ed98ed22567bb4d3123 14 0.01/1.00 vMB 575
119,663 119,663 000000000000b46b9b674efdc4efa2999411e4221d334a5b4adf55731c7ad56d 9 0.00/1.00 vMB 273
119,662 119,662 000000000000579bc447624e0aa878f845cb2d8a98ed891f32828b82bc581506 25 0.02/1.00 vMB 271
119,661 119,661 0000000000009de25e977d6e72ce5034d2897fd50394d8730e3f2e892c6fc945 43 0.01/1.00 vMB 1,956
119,660 119,660 0000000000006d41e2efa5b7150453932cad2004985056276cf448d2a58f3173 10 0.00/1.00 vMB 0
119,659 119,659 0000000000006d51a5f8e461808bd68743032e2bc98967fcd71271ecaec669cf 8 0.00/1.00 vMB 0
119,658 119,658 000000000000124da2a43903de4cfdd71b20e68d86058f94ba942b03fde5f554 13 0.00/1.00 vMB 1,481
119,657 119,657 000000000000439a4798ae22d0fabbbfed96abf2e3da94b3aafb200bbe420df3 7 0.00/1.00 vMB 250
119,656 119,656 0000000000006bc698641612fe2f7b654dcec3b80c93dec33b858075fe1db9cf 20 0.01/1.00 vMB 1,730
119,655 119,655 0000000000002eedec67499598204b6da7cd1136635827ac36ceb488e28d2cf0 14 0.00/1.00 vMB 1,336
119,654 119,654 0000000000009726448d1f22dbd9e0651b8fe1734582f3a768e6bb4522cbee8a 9 0.00/1.00 vMB 0
119,653 119,653 0000000000000f8e1fd5d6abc281d358a9b1b0521ad8fbfd8f12b617de6f9ce1 6 0.00/1.00 vMB 971
119,652 119,652 000000000000894ffa1a0122df2a55aa88fd5551773d4064de65a2811d6743ba 12 0.00/1.00 vMB 646
119,651 119,651 0000000000000197913b3d2c8398e1a67fbd47e01f797189149e00b8a7a01a1e 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.97 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.