Loading Tool

Explorer IconExplorer

Memory Pool

45,839 transactions
29.10 vMB
0.14105192 BTC
Random Selection Loading Transactions
Max Size: 151.63/200 MB

Candidate Block

Mining Attempt 1327cbbf1cd4d456afb4395f2816cdef769c5d48696aee7c23695ff00c343281
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 42aa73147c3bc7761950446d14ac56e6942860608407fb324486e58e62ca0dbd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.04283218 BTC
Feerates: 150.75 > 4.29 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (112,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,708 802,708 00000000000000000003d50a14cc4c21074b921507b6fb9d09ddb79ba480aa14 443 1.00/1.00 vMB 9
802,707 802,707 00000000000000000004f5ecd8fe6a462d4600c05acd6dfbb5725e335829891a 1,927 1.00/1.00 vMB 12
802,706 802,706 0000000000000000000273ba7210b1c4987cd5a19a7f0028fdc5da48e607b61e 2,220 1.00/1.00 vMB 11
802,705 802,705 00000000000000000002418cf7ae90b306a8f8324eee2dd5a7fb8860b9ef8bf5 3,810 1.00/1.00 vMB 20
802,704 802,704 00000000000000000000b517be2f135092a88113b48cf937991d58e1e2ff3ab3 3,256 1.00/1.00 vMB 33
802,703 802,703 00000000000000000004c584b24e8d4c9b19f4647fbad4755f75945f83c01afd 3,426 1.00/1.00 vMB 30
802,702 802,702 000000000000000000028ee5ce3521e91c0ea46beec83b42002536bcc3b184ef 2,539 1.00/1.00 vMB 21
802,701 802,701 000000000000000000031f4edf8f60e494293f08326a79bd277268354fa24f18 2,267 1.00/1.00 vMB 10
802,700 802,700 00000000000000000000b7bc9f8edfa8684aaab75f56f08e4be732d0e9be42eb 2,768 1.00/1.00 vMB 15
802,699 802,699 00000000000000000000a26b83f53db1961cb4620c2bec5a03d3fb94e3e356c1 2,169 1.00/1.00 vMB 14
802,698 802,698 000000000000000000034381dde8970bebac55f0e47cf734b1cb5af666660c6a 2,034 1.00/1.00 vMB 17
802,697 802,697 000000000000000000003d61ca6e8dd77def7c74d2a8b005933d4336c0c8f882 3,163 1.00/1.00 vMB 29
802,696 802,696 000000000000000000028de11eb6c07f5e01e98896c41c73d7221816315bc764 2,905 1.00/1.00 vMB 22
802,695 802,695 00000000000000000001354382ad2a0dda624a23619bffc4be59a5e1de354b1b 3,300 1.00/1.00 vMB 30
802,694 802,694 000000000000000000020937978a8a271ed9bd78befacbe3a83d04e060954472 2,374 1.00/1.00 vMB 19
802,693 802,693 0000000000000000000256afcfccc8d28ce3f9a55b10e5ca8a1fcaef4a8797f6 5,257 1.00/1.00 vMB 10
802,692 802,692 00000000000000000001d7da9cfc79b0d44556daf9027c432eac02097b2a74dd 6,656 1.00/1.00 vMB 8
802,691 802,691 00000000000000000004c07bba16d81cf2f4737cd943e2bf3ae5b8e505a5b8e4 4,639 1.00/1.00 vMB 15
802,690 802,690 000000000000000000035da9b500c4c2147be93a6f8f54ded906649b6112e3fa 2,738 1.00/1.00 vMB 15
802,689 802,689 00000000000000000004295cc1b24dceaf6a161dcce8481918fd2889e3de50e5 6,323 1.00/1.00 vMB 7
802,688 802,688 000000000000000000026b6d59ae098bf1ecb1e0cb911beaf342baaec474e831 2,313 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.