Loading Tool

Explorer IconExplorer

Memory Pool

88,729 transactions
33.16 vMB
0.19633481 BTC
Random Selection Loading Transactions
Max Size: 199.77/200 MB

Candidate Block

Mining Attempt 4fb446cc465f1ebeeb1f440af7afe302d8621a756abe0210107094a25885ac5b
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 14e0135f1ab29360bab7309ae6e392c169439c6ed59de6950856d8a72def5748
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,894
Size: 1.00 vMB
Total Fees: 0.08627768 BTC
Feerates: 387.56 > 8.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (462,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,248 452,248 000000000000000001773ce667bea8837221de081671f5b588a811c2cd94470a 2,091 1.00/1.00 vMB 149
452,247 452,247 0000000000000000028ae1e1ba8f7c3135e48e6475bc1dc3ab150b0ad881eb54 927 0.37/1.00 vMB 159
452,246 452,246 0000000000000000024d112fe7ab6265e5e73c6995aabb30e5f281264b170ddc 1,378 0.63/1.00 vMB 103
452,245 452,245 0000000000000000006ca27797e764b734204fb9d1af49ca04b6ca884bb9fa33 1,792 1.00/1.00 vMB 109
452,244 452,244 000000000000000000ca5ecf861c6c08c879e1a4bd65505101d31a5d568e31b8 1,331 1.00/1.00 vMB 153
452,243 452,243 000000000000000000e5cd49e2197b0aa738b8db11c8a4e321d1947f2de02272 2,542 1.00/1.00 vMB 147
452,242 452,242 00000000000000000142a3264f45aa4086a639a1b13d729b1258b773bcf7e058 1,487 0.91/1.00 vMB 78
452,241 452,241 0000000000000000027cdd98132489d1e694f03121970996e373d9f83cc6bda2 2,499 1.00/1.00 vMB 36
452,240 452,240 0000000000000000006ced1ec5536a48e4fb93e71629f829316cf06556e64951 2,120 1.00/1.00 vMB 133
452,239 452,239 0000000000000000000445c0f7deabd7e2690e611c7bf4d1bdda9c8c187cb3be 1,365 1.00/1.00 vMB 48
452,238 452,238 0000000000000000011e2d72898c09b4133ce1e07dddc9377d7292265c2b2e29 2,073 1.00/1.00 vMB 31
452,237 452,237 00000000000000000256fdefd7fde5a178c6186b885a82d4fd3a0be46bc4a9f0 2,045 1.00/1.00 vMB 71
452,236 452,236 0000000000000000001b973f1f943ac9a6a30f251b91330fce75fefdd8340971 1,321 1.00/1.00 vMB 31
452,235 452,235 0000000000000000013eb0ff9fa1f08ee458c1ea42f8204eb8af76ded92bb49d 1,592 0.75/1.00 vMB 130
452,234 452,234 0000000000000000028f3571373f8356e5c87a83ac7361b28f4af9f7ff63d14b 1,598 0.67/1.00 vMB 115
452,233 452,233 0000000000000000028c3435572c5a5bac9835d6984c7b129752f10a356ba906 1,695 0.93/1.00 vMB 92
452,232 452,232 0000000000000000013714fa6969b3a86749c052daa19b1ccb521adf76418994 2,462 1.00/1.00 vMB 66
452,231 452,231 00000000000000000096db1f99b5e92f7927484117334726b8955d181b92699a 1,619 1.00/1.00 vMB 89
452,230 452,230 000000000000000000a936fe0532010e38af3a837a89e3f8c70a5653ae27bd63 1,679 1.00/1.00 vMB 144
452,229 452,229 000000000000000000cc4e29e38b4c876b53f160b72e86b5c5e197c441ba027c 2,281 1.00/1.00 vMB 134
452,228 452,228 000000000000000001bbd29a2685d6a1909bf5ed4b7a2420fa954eeba9b4973d 1,755 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.31 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.08 GB
    • Received: 14.62 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.