Loading Tool

Explorer IconExplorer

Memory Pool

78,367 transactions
29.45 vMB
0.07430881 BTC
Random Selection Loading Transactions
Max Size: 177.35/200 MB

Candidate Block

Mining Attempt e8685dcb27e9638591ca44d4e8648a36f2f2567f2e0603faeec8ba9f705a2df9
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root aad48c3f949ac269f4c4851dbf254f4f5847ca54c94a205c006e2b5dcbd22d8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,013
Size: 1.00 vMB
Total Fees: 0.01243854 BTC
Feerates: 35.19 > 1.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (108,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,713 806,713 0000000000000000000119c98b6381bab4d38ec3628c06764801c1d0b2d829ca 2,589 1.00/1.00 vMB 23
806,712 806,712 00000000000000000003c4e9cf3a6c2c5142ca8c5468c358a54c3f32f09025c4 3,516 1.00/1.00 vMB 36
806,711 806,711 000000000000000000034da381dbb2c31f54d36cde772ee326e7cef0b57a69a4 4,706 1.00/1.00 vMB 16
806,710 806,710 00000000000000000003739bb59bc184bade5c35fbe4010b6155f524a47f6fa2 3,267 1.00/1.00 vMB 16
806,709 806,709 000000000000000000050f32d8f2732548ce90eb9a9d641df27084513b9cf7ff 3,141 1.00/1.00 vMB 27
806,708 806,708 00000000000000000003709bcc801b026b2bac6b21845e0b785c18abeb42a573 2,278 1.00/1.00 vMB 21
806,707 806,707 00000000000000000002fa3c675821cf215fd6b96818ed6301289e59a22c57eb 1,840 1.00/1.00 vMB 21
806,706 806,706 000000000000000000019567a43b863ec524a722161f86fe78bcfc4e50b31f5a 4,260 1.00/1.00 vMB 18
806,705 806,705 000000000000000000005268a2598f6c1997736d8251b16b765927801fffc053 4,967 1.00/1.00 vMB 17
806,704 806,704 0000000000000000000523807272cf242783ced6cb16f5044d7ab9bfca8dc021 5,238 1.00/1.00 vMB 17
806,703 806,703 00000000000000000002462b6c5d1498de237c3a745499f35f044a094e124c8c 3,644 1.00/1.00 vMB 20
806,702 806,702 000000000000000000004a3ae9c3c1475daceb3ae4974127810a6f43a81e3ddc 4,446 1.00/1.00 vMB 17
806,701 806,701 000000000000000000008ef028596809b80af54827a17ba7dc70fc693ca620a3 5,020 1.00/1.00 vMB 15
806,700 806,700 000000000000000000040fc5a338f91eb4cfe0af174976c080bd31aa2e0709a1 6,179 1.00/1.00 vMB 17
806,699 806,699 0000000000000000000236f1d6b5b2a74d6f6e65f1cc28b13c57b6ce8a7e69ae 3,124 1.00/1.00 vMB 18
806,698 806,698 00000000000000000004db312b0e0a49d2218acde85c9f66700f9651184d9f8c 3,070 1.00/1.00 vMB 21
806,697 806,697 00000000000000000004b4817a353971152a7102dc0e23e9b28de76d3a191fae 3,789 1.00/1.00 vMB 13
806,696 806,696 00000000000000000000b463755b5e86ba1ac4ed296c95ac5000fd88e11e6654 2,202 1.00/1.00 vMB 18
806,695 806,695 00000000000000000003f0db302c2f449df00cee70411a65d71f61372dfead2d 3,172 1.00/1.00 vMB 16
806,694 806,694 00000000000000000002c70952fec7535b893281e6bb1cb23ea01108032a9693 6,295 1.00/1.00 vMB 16
806,693 806,693 000000000000000000038b2ce749e7a849e54b6aa8b507afcba564224501e7fb 4,889 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.58 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.24 GB
    • Received: 15.89 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.