Loading Tool

Explorer IconExplorer

Memory Pool

80,352 transactions
29.62 vMB
0.09232427 BTC
Random Selection Loading Transactions
Max Size: 179.58/200 MB

Candidate Block

Mining Attempt b9d299b2b9f42a4d31d6f7adbe40aacb5d6466f9d78f1fb0512aa234b2a7e893
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 65ab044b35d4dfe8ff0b11b67c13452ded2fe89d5e319836c0e18f1138bf8015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,191
Size: 1.00 vMB
Total Fees: 0.02971782 BTC
Feerates: 502.67 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (62,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,870 852,870 000000000000000000009a18c84b4bcdcd302ca4c9490fcfd6690edd2fc33314 3,320 1.00/1.00 vMB 22
852,869 852,869 000000000000000000002443a48b2b8c209f64d0fcad1e3d182293264275b9c2 2,956 1.00/1.00 vMB 9
852,868 852,868 00000000000000000002af0f96402fe2d48e10f227d5b0509ec83001007650ca 5,737 1.00/1.00 vMB 5
852,867 852,867 00000000000000000000a6d0cc650a388937aa1a3ec57221db8869ce5c40f9c3 3,262 1.00/1.00 vMB 5
852,866 852,866 000000000000000000020898b8d260ee1414015353d2e9e0bef3569d2acca879 4,848 1.00/1.00 vMB 7
852,865 852,865 00000000000000000001fb357355a0ef924959f8fe3d75d82ac89df6b40880f0 3,409 1.00/1.00 vMB 10
852,864 852,864 00000000000000000001a666cd80dc37eb11dfd0821a41984e10fcf03f2c450f 3,975 1.00/1.00 vMB 4
852,863 852,863 0000000000000000000088c45b27ca67eddbd80dcc4a9bf22517f37beced0914 4,558 1.00/1.00 vMB 8
852,862 852,862 0000000000000000000311f6da74bab94a0473830aaf59e7c2fa646378c7696f 3,328 1.00/1.00 vMB 11
852,861 852,861 0000000000000000000023883cb174e3935711f6539096b4ddd8bdaabb59ffef 4,171 1.00/1.00 vMB 10
852,860 852,860 000000000000000000036672edc5a00b114502b2161fa0b83a8935c5f85939ac 5,944 1.00/1.00 vMB 5
852,859 852,859 000000000000000000028988ab8c1eef1229f13145342f6e9c00c1cff408e5f8 7,262 1.00/1.00 vMB 4
852,858 852,858 0000000000000000000090dd4eec44607c5f428d7630917d4acacd01ba63f4d7 4,730 1.00/1.00 vMB 5
852,857 852,857 000000000000000000013e667770e643fcc0fdcd1e007d7c7c3862711372e6c8 5,288 1.00/1.00 vMB 6
852,856 852,856 0000000000000000000238cfbc29b1e13bb89407fe3f2f24269b28d2f0684111 4,318 1.00/1.00 vMB 7
852,855 852,855 00000000000000000002f707537940b22520b376e08de6fa42fc5684ea11ba0d 4,657 1.00/1.00 vMB 10
852,854 852,854 000000000000000000026288c915734a45ac3ff396aa008f654e2e2ec9d990d7 3,465 1.00/1.00 vMB 10
852,853 852,853 0000000000000000000120e8878d01af407a1f6b266e4b32241a37da3d101ce2 6,488 1.00/1.00 vMB 4
852,852 852,852 000000000000000000001034d95032338687ce8ad0b991194a6e75b5dbcb6ce6 6,582 1.00/1.00 vMB 5
852,851 852,851 00000000000000000002a4bd605285cd597542ff1d439f4817588e2251330d1c 5,999 1.00/1.00 vMB 6
852,850 852,850 000000000000000000009de415c691a11bf343c5a355851fd746ebe39fa190fa 4,895 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.