Loading Tool

Explorer IconExplorer

Memory Pool

82,209 transactions
29.88 vMB
0.06638496 BTC
Random Selection Loading Transactions
Max Size: 181.25/200 MB

Candidate Block

Mining Attempt e3c5bf110cd5e82506564567b8bcdac8476697d3cbb46251e2b959309e754fca
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root 8d928b313caaa5bbb0a0ab131b8b98d6c0bc00d2e6e2927a60bb1ed51f89a716
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,821
Size: 1.00 vMB
Total Fees: 0.00548089 BTC
Feerates: 43.68 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (294,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,835 620,835 00000000000000000006c670166d558d921cbe1d40f7be498cc5dd6069b89cd9 3,098 1.00/1.00 vMB 24
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
Previous 10 blocks ↓
Total Size: 782.32 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.26 GB
    • Received: 14.65 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.