Loading Tool

Explorer IconExplorer

Memory Pool

86,505 transactions
31.80 vMB
0.12801388 BTC
Random Selection Loading Transactions
Max Size: 191.94/200 MB

Candidate Block

Mining Attempt cc6964c936e7419d257cbc11ea8af66f7d89ebe1ece8d2f36e2ca0d80fa1945f
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 5f16f8d1626d01b2303c6e9bfec44d1012779d8bf74d7885479ad78504c41e0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,075
Size: 1.00 vMB
Total Fees: 0.04559156 BTC
Feerates: 911.92 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (294,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,834 620,834 00000000000000000002918b16bf243c3033f9f4a4dfbb297e434d34ae3f4ab4 2,182 1.00/1.00 vMB 20
620,833 620,833 0000000000000000000fddb014e12c057457e8b68b5f5ae67c2f94b9b0ed3af4 3,276 1.00/1.00 vMB 12
620,832 620,832 0000000000000000000b16f0c4081208707af5538c2cc197deb87931465f5e48 3,328 1.00/1.00 vMB 29
620,831 620,831 000000000000000000106146715adceb4cb39c4c2ca45e28d8abc407da0027a8 2,028 0.64/1.00 vMB 10
620,830 620,830 00000000000000000001fc8b6acb70f6a8d1352b6a3752a80c0d9ddaf712d3ee 3,158 1.00/1.00 vMB 17
620,829 620,829 00000000000000000007750eef7a3870c34720e9ad48d8abff5ddebcf973ce31 282 0.09/1.00 vMB 16
620,828 620,828 0000000000000000000f4f9a696c28f3d367dd6f4e81e386987e66a131848264 2,475 0.74/1.00 vMB 9
620,827 620,827 0000000000000000000309fc4f1d47fd057ff0c3e429017576a14388e36844b9 2,693 1.00/1.00 vMB 12
620,826 620,826 0000000000000000000855b05a5b352e2040f6ab8567dcaebb11f232c047f261 1 0.00/1.00 vMB 0
620,825 620,825 000000000000000000112ba674e72aaf7f92579bd86f64ada366193aa4d056f9 2,657 1.00/1.00 vMB 13
620,824 620,824 0000000000000000000e283ecac7be55b0129999ef4eb988bd2a6322ed3411b1 3,185 1.00/1.00 vMB 28
620,823 620,823 0000000000000000000439f8af2397073ce765aa896d017a905289c627ef9004 3,036 1.00/1.00 vMB 11
620,822 620,822 00000000000000000007b3e2fe821713b98a64abd36a44c2d0f6d3e50ed5b7d7 2,251 1.00/1.00 vMB 6
620,821 620,821 0000000000000000000c513af66e8c2ce1cf088d05c997c3d4e8f4e998e1c98e 3,027 1.00/1.00 vMB 30
620,820 620,820 00000000000000000002f85cd3e2b872367c3f37d97629ff51663eb6268d3024 3,108 1.00/1.00 vMB 19
620,819 620,819 000000000000000000097e641a5b95e825c7213aabcc2db7b156a61843bdedf5 2,999 1.00/1.00 vMB 4
620,818 620,818 00000000000000000011c018b90e1a48a33db048c58a7e722e77e894abbee790 2,895 1.00/1.00 vMB 24
620,817 620,817 0000000000000000000d14f41fa73a2cc23591d3deb9ccd3a1e4aac4ec766149 2,368 1.00/1.00 vMB 13
620,816 620,816 0000000000000000000b676f2eecde60357e15e003b51f5689e5baaa21f999b1 2,776 1.00/1.00 vMB 18
620,815 620,815 00000000000000000009df9912b646117b5d22ae225205dda6e7ed09fd2d64ba 991 0.57/1.00 vMB 14
620,814 620,814 000000000000000000113e87befc34d553acc1df9c7bea5f8824ba951cc28a1b 1,861 0.83/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.34 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: 660.92 GB
    • Received: 14.78 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.