Loading Tool

Explorer IconExplorer

Memory Pool

77,866 transactions
29.26 vMB
0.06272405 BTC
Random Selection Loading Transactions
Max Size: 175.80/200 MB

Candidate Block

Mining Attempt 55b2b6cd7abfce0754b6cfd7e6e14f1aaacdabc6f1ad7151abe5eb451d3df8bb
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 3fdf5385b180b513e96a60bd304dbbf3b2e39bcf9dbd286a1da98a7e50f43eb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,728
Size: 1.00 vMB
Total Fees: 0.00344056 BTC
Feerates: 10.05 > 0.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (626,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,412 288,412 000000000000000005228901b34bdd0573b4eb5997c2207564edb7194ccb92e5 364 0.31/1.00 vMB 31
288,411 288,411 000000000000000108a1eec436687a1ce7801cfe83be376644e68d396049d997 389 0.35/1.00 vMB 24
288,410 288,410 00000000000000010e8ad4e25d95909f3db3471ceeccba2c35ffd2d70bb137d0 132 0.07/1.00 vMB 28
288,409 288,409 000000000000000028f69f5c751087cd39201b5d4b25c12a8f9c7b7d8ddd8a85 794 0.50/1.00 vMB 27
288,408 288,408 0000000000000000fa8b76f22c35f9a0b44cfd24c5f97be3e25a6bd096f6a4be 562 0.25/1.00 vMB 41
288,407 288,407 00000000000000009afc9c9be90b333cc6118b0c84d0910d69fa1449327ed73c 808 0.35/1.00 vMB 40
288,406 288,406 00000000000000001bcbec1de9e0f6beb6891b71f299c03f5594f2bc6078366e 765 0.35/1.00 vMB 37
288,405 288,405 0000000000000000aea6a8248de5b2394e0976652e5c3c417119263153a30b7b 188 0.10/1.00 vMB 18
288,404 288,404 00000000000000002b94048daa26c64dd8edd9eca5c980efc5fd348c94c3a151 253 0.14/1.00 vMB 27
288,403 288,403 00000000000000002e60917bfc9cda6c5db3b7b247db4f80bd3245f3e069cc54 1,024 0.86/1.00 vMB 23
288,402 288,402 0000000000000000bebaa4c8a9b28b07f943622054981f566459cefb8557dbfa 183 0.06/1.00 vMB 55
288,401 288,401 0000000000000000d8794082ac5df3a5de7570809b2465064ec151a58fdce149 1,119 0.50/1.00 vMB 37
288,400 288,400 0000000000000000fb4a82b667cd4af4dafd995da2f587d8fe7e716c69c08bbd 195 0.13/1.00 vMB 26
288,399 288,399 000000000000000086bcc55b09e34a76c997bebf6525e00e15735a366b332116 251 0.12/1.00 vMB 34
288,398 288,398 0000000000000000c94046f8d42b0964fe35b3c50867bd3ff1da02cac23a8479 767 0.45/1.00 vMB 31
288,397 288,397 0000000000000000b0b50c1a86c1bc6d43d978edc2f01d95176d380ae68de122 339 0.30/1.00 vMB 21
288,396 288,396 0000000000000000106765ca8414d8b0a09b32d6664af8caa4ddbd9d23f4a91b 120 0.04/1.00 vMB 38
288,395 288,395 00000000000000007ece311f07662a3d3a853adf39212641368c91ba4648bb41 1,297 0.72/1.00 vMB 28
288,394 288,394 0000000000000000556b4c1b96131acfb458163f8da777169b06b0c3b92f2ecc 520 0.35/1.00 vMB 65
288,393 288,393 000000000000000106ac4d1a5c0a7dbb7073fe96204e42978de19c3a25970ef7 106 0.46/1.00 vMB 12
288,392 288,392 0000000000000000c2e0d986049b554bc3e1fcc752645b133989b7cec71369eb 919 0.50/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.