Loading Tool

Explorer IconExplorer

Memory Pool

72,840 transactions
28.08 vMB
0.06791879 BTC
Random Selection Loading Transactions
Max Size: 166.29/200 MB

Candidate Block

Mining Attempt 695bfa8c2f3be5d952df65d4100cf70d90af8e6db63205d39488c00061475333
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 831f525af3c2d7de0bd45d25b73c6a9faecbe962d291fe3817d2423b84b770f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.01183112 BTC
Feerates: 150.86 > 1.19 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (404,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,578 510,578 0000000000000000002f1a74317723ef0a8e8b0f7e72e86b190c35c38be372df 1,822 1.00/1.00 vMB 33
510,577 510,577 0000000000000000000417e1aee9b2330f679323639bf3b9e08479113d1f43bf 1,940 1.00/1.00 vMB 31
510,576 510,576 00000000000000000032fd179784f79c99ee355b29a04e5235eaadc73c06d5e9 2,101 1.00/1.00 vMB 54
510,575 510,575 0000000000000000003667c3dfb37e3e9859fd48750350fbc2051ed024811e8d 2,171 1.00/1.00 vMB 54
510,574 510,574 0000000000000000005cc398a367dcc61264b28073b213faca4dc3e64e989dd4 1,174 0.99/1.00 vMB 19
510,573 510,573 0000000000000000004be1a6defc440c4d0277130b4963c8854d33309b25b42d 2,214 1.00/1.00 vMB 31
510,572 510,572 0000000000000000005c597f2927523293f2ff2b18c8b00fd23bc339b8ec03d4 2,132 1.00/1.00 vMB 55
510,571 510,571 0000000000000000004157307eac33d0e0e2a094eb290a7bcdd2aed6ead98ceb 894 1.00/1.00 vMB 15
510,570 510,570 0000000000000000003f1a83353afe551972f9fab155879340738ac4e1c1db58 1,886 1.00/1.00 vMB 56
510,569 510,569 00000000000000000011a1c572332588ee205a874f551dee3b6210d3728b2251 1,206 1.00/1.00 vMB 34
510,568 510,568 000000000000000000552fbe5dad6a17b1b9144c3cd182eb24dfdd0ffbace92d 1,415 1.00/1.00 vMB 40
510,567 510,567 0000000000000000000132a29b33cfe1bd85f4990dbdbf9d7b9e1fe63a1e975a 435 1.00/1.00 vMB 7
510,566 510,566 00000000000000000015559e5e9a519784d72b4b0fc61751d85af20d78e4f584 1,651 1.00/1.00 vMB 22
510,565 510,565 0000000000000000004b30e9a6e84542c29cad7ecd53b3200cf5101f1fd12f37 1,388 1.00/1.00 vMB 41
510,564 510,564 000000000000000000415d0003139e5e42918b4c7c2e1be2e0a539394b50f777 804 1.00/1.00 vMB 15
510,563 510,563 00000000000000000049ebf3b22bbe3b77b75efbb409750cc45c2f7aa7ba79cd 1,264 1.00/1.00 vMB 50
510,562 510,562 00000000000000000034f24f6cfc3f3c56d66126a00f3ad314e780f85fa2cea7 2,285 1.00/1.00 vMB 74
510,561 510,561 0000000000000000003607125e4f7a9e75aa04ad8f673930d43dba07684c2e83 618 1.00/1.00 vMB 12
510,560 510,560 0000000000000000000229aeae7e6d47e136ce5888dbf5d96b587f5d5ba3447e 1,828 1.00/1.00 vMB 45
510,559 510,559 0000000000000000000471388ec9611d9a5bcf8f56776cfffdbf10164f3a068c 1,352 0.95/1.00 vMB 42
510,558 510,558 00000000000000000057697b5936bb2385288983972e0cf046dfb84d14f145b5 1,840 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.