Loading Tool

Explorer IconExplorer

Memory Pool

74,747 transactions
27.59 vMB
0.07352987 BTC
Random Selection Loading Transactions
Max Size: 168.27/200 MB

Candidate Block

Mining Attempt e4bc7781e919aab8b3fec5a7b6658c43ae8dd7da047e1b9bb399ebf293f0bd44
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 2b7faccf7fd32020e509870f6496744fbab2b79364a281fd61ec41c2e3503316
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,402
Size: 1.00 vMB
Total Fees: 0.01467201 BTC
Feerates: 100.35 > 1.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (821,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,428 93,428 00000000000919a71bdf3162b971b5a03b34d4b137fe9a02c9bbbd6c8a6ab646 1 0.00/1.00 vMB 0
93,427 93,427 000000000001514989b35fab58b8e19a16e7a64bae5266ac4a16a4e08104e719 1 0.00/1.00 vMB 0
93,426 93,426 000000000008f21e3bdb9ad045f38e824cb4b24bd0cf94ce3cb6195834ea6cf8 4 0.00/1.00 vMB 1,560
93,425 93,425 0000000000087bced2e4f0d559be9744b2234463d3e00988139b65657dc11801 3 0.00/1.00 vMB 2,079
93,424 93,424 000000000008324564f784d3fd20d8c32d0bde00e63d86e73a25ed9665396c4d 1 0.00/1.00 vMB 0
93,423 93,423 000000000006eaf57a574ba887320c3192fba828e4856f500daf07372433e8ea 1 0.00/1.00 vMB 0
93,422 93,422 000000000002212be397a2819dc8194d115d407f1735bfcc601ed0e633c156ae 7 0.00/1.00 vMB 842
93,421 93,421 0000000000040b652e3f42b45ae4982368b1c5ed1d5a98382a532a55775a2c96 2 0.00/1.00 vMB 3,891
93,420 93,420 000000000002d0022f205055958ea2192ff6123a822f9b6aa88592da81e18262 6 0.00/1.00 vMB 1,780
93,419 93,419 000000000008c17202ee1df93f5684deea5b936f43355ffa9773457522dd6a5b 1 0.00/1.00 vMB 0
93,418 93,418 000000000009342126fb0a71d228d94b3d6413190a3aa235261362174f613e5f 5 0.00/1.00 vMB 0
93,417 93,417 000000000004974e0b05a8c47d8523aa2f9a5089fdc83fdf84cfcccbf96c77d9 1 0.00/1.00 vMB 0
93,416 93,416 0000000000057b3621249a7382164f14b33ad178d8c58d12783f56a75f004b5b 1 0.00/1.00 vMB 0
93,415 93,415 0000000000035fd7550bc7ef739bdc1e2329361f5066d201b81e1601d4c735ce 1 0.00/1.00 vMB 0
93,414 93,414 000000000006bae5ca8ffa803566aebf2e5929b315fad2ff64230c957e405fc2 1 0.00/1.00 vMB 0
93,413 93,413 0000000000011a8118bcaefa3cdfdbc5de9a57901ce66c12421706b4730f47ad 1 0.00/1.00 vMB 0
93,412 93,412 0000000000021ccb4492b9305706294d8a8dfb1fd0fa5a02222b1e97c9d21ca0 1 0.00/1.00 vMB 0
93,411 93,411 0000000000017757148d6dfbf8aeea03dee9fe6fde01064b9820a5c3005454a5 2 0.00/1.00 vMB 0
93,410 93,410 0000000000061c177aeecfdba74c5b58a01fbfe8daa0e9baea5cf4e47a18df03 1 0.00/1.00 vMB 0
93,409 93,409 0000000000036e97e7eb6c27f88a663977217f057a0182007cf6d035a3fa8621 1 0.00/1.00 vMB 0
93,408 93,408 0000000000018412aaf6c2c53ac5db801cb0ce843f9f55c3909fd968966f7ff9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.