Loading Tool

Explorer IconExplorer

Memory Pool

81,099 transactions
30.41 vMB
0.08310012 BTC
Random Selection Loading Transactions
Max Size: 182.70/200 MB

Candidate Block

Mining Attempt 9c106e22410a4e6b1533e97e25ec288a4c699519f3026d8cc29691988f72b574
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 7c311ce56bf4149ad14b6242d2aecd83550d3ca066900c68ef0bbe5bbba21b2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,298
Size: 1.00 vMB
Total Fees: 0.01997034 BTC
Feerates: 100.24 > 2.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (506,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,080 408,080 0000000000000000010c1f028a1abe001baa5817cbf9d1befb59fc601426940b 427 0.29/1.00 vMB 36
408,079 408,079 000000000000000002bf0876ef7600a6c3d18ec24b18687c39e5e75eda40dbf9 292 0.20/1.00 vMB 29
408,078 408,078 00000000000000000600cfd218525af5eae1fe65a463ac84bb1a4c3394bcfe74 493 1.00/1.00 vMB 9
408,077 408,077 0000000000000000007b815503729a000b35e12afd5c0be60cfe5b6b1a525681 505 1.00/1.00 vMB 15
408,076 408,076 00000000000000000367722e8086dd64f5191649f0cd63c872c46103a7824fdc 1,957 1.00/1.00 vMB 34
408,075 408,075 0000000000000000021d17fc6d336a4eb012c60108bdfb3b76cd80e0e1158d55 2,139 1.00/1.00 vMB 41
408,074 408,074 0000000000000000039f5f98c1af1d4d742cb51d8422bfc6e94a3a1c20a3d9b6 1,271 1.00/1.00 vMB 32
408,073 408,073 0000000000000000040a4cabc3daf2075d62330eddd5d901fd43f548b89c1a12 1,664 1.00/1.00 vMB 35
408,072 408,072 0000000000000000042a5fee9fa7c4db01a4bceb751b68aa3c13f664d4368064 2,267 1.00/1.00 vMB 35
408,071 408,071 0000000000000000014f7757021c5afc3c96bf8182dd4d44a2e08ce4eb843941 993 0.59/1.00 vMB 39
408,070 408,070 0000000000000000041c3f8dccbecee1c2123e7be880ead7fcd0ca3a8d7df473 676 0.26/1.00 vMB 36
408,069 408,069 00000000000000000065ffab410f481563eb50a0ee56c1fb95615cfbeb7b9bf4 207 0.15/1.00 vMB 28
408,068 408,068 000000000000000001ccec3e51b5d021b35fe3c7f822623dddab35663121e92c 565 0.97/1.00 vMB 17
408,067 408,067 000000000000000003986179487a4a3372272560f5d8598d310e3280894946c9 1,849 0.96/1.00 vMB 35
408,066 408,066 000000000000000001dea9cff999edd46845f16643ade58fc6ccb67b4cff8727 1,520 1.00/1.00 vMB 30
408,065 408,065 000000000000000002b7fb94c1a692ae642fd6a18b80da03a39f5c690baa2abe 295 0.22/1.00 vMB 33
408,064 408,064 0000000000000000019869ea18c6325721d65ae34f435731fac8ed5dfbb7f319 676 0.57/1.00 vMB 17
408,063 408,063 000000000000000000cbf7e47e0f7f2c7c3a42d2fdcd4a13fe51a1e7d60bee1e 1,495 1.00/1.00 vMB 34
408,062 408,062 000000000000000000241fbaeee568fb52e1f0961578409d67305e3eef06c01b 2,216 1.00/1.00 vMB 30
408,061 408,061 000000000000000000e97334691c8a70a663db83d9eeb349a76a72819cbac0b5 3,376 1.00/1.00 vMB 59
408,060 408,060 0000000000000000058a13426f63efb3c7b7407fb2d60dbd5008ea6983ec55a9 1,073 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.37 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: 663.64 GB
    • Received: 14.92 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.