Loading Tool

Explorer IconExplorer

Memory Pool

78,347 transactions
29.06 vMB
0.07434282 BTC
Random Selection Loading Transactions
Max Size: 176.05/200 MB

Candidate Block

Mining Attempt 761d664f794c26f57d427f383202d8e4d4ebde2460f16abb608a96445b198108
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root e95c2765a87d822b16e3a8a73f1d50ba5fffdc7c265ce9e6c37da2f65552ebce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,230
Size: 1.00 vMB
Total Fees: 0.01368838 BTC
Feerates: 191.02 > 1.37 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (492,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,492 422,492 00000000000000000238dbb0557f717771f857c5e6a0803a76e2488ab3c0903d 1,158 0.58/1.00 vMB 47
422,491 422,491 0000000000000000029b6832355e778f68bdbb06712cb07e74feec428f535d24 1,655 1.00/1.00 vMB 41
422,490 422,490 000000000000000002c73bb2ca1231db68c4a5c4505f2256fa47e5922061210a 2,711 1.00/1.00 vMB 70
422,489 422,489 000000000000000003839fa671d19b25e80f53b908c34a1fc374de9a67d9758e 805 1.00/1.00 vMB 18
422,488 422,488 000000000000000004d9279fd19438081a088384d2d80af7afe3e4dfec49356b 474 1.00/1.00 vMB 19
422,487 422,487 000000000000000001424825e5f6d6b4d32ee7ddf9fee3a135b22185cb81f66f 1,723 1.00/1.00 vMB 34
422,486 422,486 000000000000000000a54513fd85f2b28ac1875ac919f13829f88e255eaab404 1,090 1.00/1.00 vMB 28
422,485 422,485 0000000000000000011f93ee7527f8d2c0497d410e9a0655d1b45e4e41652beb 2,188 1.00/1.00 vMB 59
422,484 422,484 000000000000000003cb321bc2e1284365ad13f33049a8b2da4a32ecd5224510 1,376 1.00/1.00 vMB 23
422,483 422,483 000000000000000002ebb8f5597d2dc01b2c4b9d439bbe6fd853e2362410c85c 1,945 1.00/1.00 vMB 41
422,482 422,482 000000000000000001348a545ac8bd05ba46e2d58476b97c4b921e9659ef9c90 13 0.00/1.00 vMB 148
422,481 422,481 00000000000000000507673157a3bfe690385b7a51da17b2f60175bdb9aee4a4 1,341 1.00/1.00 vMB 33
422,480 422,480 000000000000000004dcffe08cd872d7f0acdffb4ce51faa18934a496b713881 1,844 1.00/1.00 vMB 41
422,479 422,479 0000000000000000046c37fc6f9e8baecd5fc4fce3457d867beb5f8cd6ab7fa0 2,584 1.00/1.00 vMB 70
422,478 422,478 0000000000000000020456ac1c69005a92f31ae58c3840e9516559e8f04b6a28 2,084 1.00/1.00 vMB 36
422,477 422,477 0000000000000000051640602bbd1537923b9e78054828344a76eeebf5eb8685 2,430 1.00/1.00 vMB 61
422,476 422,476 0000000000000000030bb4a40edc62e75d77098858c1ccb5bf75529ddb841324 1,965 1.00/1.00 vMB 59
422,475 422,475 000000000000000003514b0ab7942fdab0450eba57a4082e08fc05c32d05abbd 2,583 1.00/1.00 vMB 64
422,474 422,474 000000000000000004fe4d7c12c9d8189c8b49f2fa49fae00480aee5eb572f72 2,344 0.99/1.00 vMB 65
422,473 422,473 000000000000000003fc3fffdb45d275d358ce07dfcc5cd520d7ba73383bb9ad 2,284 1.00/1.00 vMB 70
422,472 422,472 000000000000000003dde532fe6ba74d50a597658a25fe31b2cc9db92121c473 2,073 1.00/1.00 vMB 81
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.58 GB
    • Received: 15.75 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.