Loading Tool

Explorer IconExplorer

Memory Pool

31,283 transactions
25.12 vMB
0.06034021 BTC
Random Selection Loading Transactions
Max Size: 125.49/200 MB

Candidate Block

Mining Attempt 225f3905856d7fe879ee60a1bbede4eca03ff548e444743596de1b6aa0c22721
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 07b2c6c8752e3ddeef164f89ba4a060a866de26aa24d3f696c8b52cd6bc91a6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,352
Size: 1.00 vMB
Total Fees: 0.01529573 BTC
Feerates: 100.24 > 1.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (315,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,568 599,568 00000000000000000007163e8d17d9f6723d6e601d914382f0d92e3d56cd99a9 2,752 1.00/1.00 vMB 15
599,567 599,567 0000000000000000001489d6e8b954f202e3c4a42c1327b66be37ff7ef747717 1,165 0.35/1.00 vMB 27
599,566 599,566 000000000000000000065038fc0b20782bc07ab7f231cf78060fd34485a6d3dd 131 0.03/1.00 vMB 33
599,565 599,565 0000000000000000000aafaa2b71552dc4e24f37e7d4913ffca930b269639f3a 2,786 0.83/1.00 vMB 21
599,564 599,564 0000000000000000000c973689874412a37e949d3f515c929de4e1c93862a19d 2,216 0.86/1.00 vMB 13
599,563 599,563 00000000000000000009096a00c4de932b16c27260ee72fed099faa068f79c09 1,681 1.00/1.00 vMB 22
599,562 599,562 0000000000000000000161772f858cddf30b53b3d4355ce8cef27ebca90add68 79 0.02/1.00 vMB 12
599,561 599,561 0000000000000000000a1fcf56281f226e80b5d2b12d215f33eea3c3efe5819f 1,607 0.46/1.00 vMB 21
599,560 599,560 000000000000000000020223a4b7c9fc56998ed172197cebc64c6ecffa46ead1 1,274 0.42/1.00 vMB 19
599,559 599,559 000000000000000000155eee8376c6a95052d87239784f62bf0ed5c404afd7bd 1,947 0.69/1.00 vMB 24
599,558 599,558 0000000000000000000d3281dab6395abf30bb6fb20553be8c105a821606732d 2,433 0.83/1.00 vMB 16
599,557 599,557 0000000000000000000405e73f236c64ec8b0712088980ab440c88f71908f962 2,522 0.72/1.00 vMB 21
599,556 599,556 000000000000000000074e84229f91c762cd75c8b0836a3d77cb5ec90704fc0e 415 0.14/1.00 vMB 36
599,555 599,555 0000000000000000000af90b1bbc3acb12d543a49135d2af638161c63e22dc81 3,438 0.90/1.00 vMB 3
599,554 599,554 00000000000000000005abd40e8e5a1a34d17d3aa8a93c72b25760601d0faa85 2,409 1.00/1.00 vMB 24
599,553 599,553 0000000000000000000477cde7668212a451c8ac2954e3f3d74484c6a94378ee 2,935 1.00/1.00 vMB 42
599,552 599,552 0000000000000000000b7ead1181de6b7d598e697a3c78169d6b9c9a3623e8bc 1,834 1.00/1.00 vMB 6
599,551 599,551 0000000000000000000dc7f4bb224863114d7fc25fbcc5a8bba4f747e0a63dde 1,470 1.00/1.00 vMB 18
599,550 599,550 000000000000000000124061d74e7297f9ccda0cfbf02945c0e51113d2b53ca8 3,289 1.00/1.00 vMB 29
599,549 599,549 0000000000000000000b975f356c11af20a2b819a61a4ff2fe43151b75408922 3,723 1.00/1.00 vMB 41
599,548 599,548 00000000000000000007aaedeadfc0f2aa474c9bfc2f700ad8a252201c8ca4af 3,462 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.86 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: 642.01 GB
    • Received: 12.53 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.