Loading Tool

Explorer IconExplorer

Memory Pool

53,750 transactions
31.97 vMB
0.13534688 BTC
Random Selection Loading Transactions
Max Size: 170.93/200 MB

Candidate Block

Mining Attempt 55a70b9760ebf341fcf9a708a23d73c099cb522d5fdc0da785e7f9c78dac67f8
Version 20000000
Previous Block 0000000000000000000009fd3786a9cab5b58d654ad3894ab8146e5cf82088d1
Merkle Root 7b01f887de66faaf2bc29221a69f3cb288a16c9489da5b2ca64682593cee29ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 1.00 vMB
Total Fees: 0.03684374 BTC
Feerates: 368.10 > 3.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,820 (411,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,342 503,342 0000000000000000004cc4d19b47faf548cbfaedde512cf5604098029a3fe5d6 1,904 0.99/1.00 vMB 520
503,341 503,341 00000000000000000059a21d4374216f6fa8b3aee48619ec5647575b56277b0a 1,849 1.00/1.00 vMB 445
503,340 503,340 000000000000000000407c090be7e4c9eecee7c2acfb2dfa21dc8ecdc48de0a8 2,125 1.00/1.00 vMB 492
503,339 503,339 00000000000000000061f5cc49d2fece4f2905f91429facfdeaa0b7ef5a08823 1,718 1.00/1.00 vMB 487
503,338 503,338 0000000000000000002c510006f8b07b0d9d3ccef6e4aa73885a7b6d7286e5c0 2,442 1.00/1.00 vMB 560
503,337 503,337 0000000000000000003f73a29e7ffa68e00fb4e612874baf7f10ea82ead32362 2,795 1.00/1.00 vMB 584
503,336 503,336 000000000000000000434ff1733e880f66364a5f052d0cd98ab16623f1f2f945 2,530 1.00/1.00 vMB 571
503,335 503,335 0000000000000000003ed6eb2e1556d305609a13227667ca5ebe36c633c1c654 1,142 1.00/1.00 vMB 261
503,334 503,334 0000000000000000003ebaa690718fec40df8b7d171c930beb5926a2c7591069 881 1.00/1.00 vMB 237
503,333 503,333 00000000000000000058ac3a82a7888be699e45bd98d7c337b01fa2748905cae 1,991 1.00/1.00 vMB 529
503,332 503,332 0000000000000000000f17e3ed5a65080805d1864a6c0b28a2fa7e2d87d0a8f6 515 1.00/1.00 vMB 199
503,331 503,331 000000000000000000304bade5fcdeb76ec61e5812151439bdcc2eec08e28b61 725 1.00/1.00 vMB 267
503,330 503,330 0000000000000000008a17c3f74f8f946da8bc32c0b8f6fad32ba7529d4806d7 1,253 1.00/1.00 vMB 337
503,329 503,329 000000000000000000726e454df383237d55a5098bbdd1140e2a14fcd2d9816f 1,156 1.00/1.00 vMB 240
503,328 503,328 0000000000000000007c4d1663d7e0f0a0fee92f141a81f92c981e4b60478283 1,144 1.00/1.00 vMB 289
503,327 503,327 0000000000000000006530a7a84d25a1ef5dea4abc67f6293efed955db1a8aff 2,288 1.00/1.00 vMB 422
503,326 503,326 00000000000000000065560ab8bef7f49b5e1dcbfce4615396e38fdac3ad58b6 1,633 1.00/1.00 vMB 349
503,325 503,325 0000000000000000005cc025dcdabff5572e6675a742f1f05b5fab7957be06e3 2,412 1.00/1.00 vMB 535
503,324 503,324 0000000000000000005731017741f561a81ff7ea15cce6171424e5654bdf6694 2,111 1.00/1.00 vMB 410
503,323 503,323 00000000000000000001da3b56bd648e614d4fdf53ebb11badb079d7146187de 1,927 1.00/1.00 vMB 429
503,322 503,322 0000000000000000003127521f6a26606e84ff054dbed5d867b0f8969f650a4a 1,614 1.00/1.00 vMB 322
Previous 10 blocks ↓
Total Size: 782.07 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: 651.24 GB
    • Received: 13.50 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.