Loading Tool

Explorer IconExplorer

Memory Pool

82,660 transactions
30.90 vMB
0.08983427 BTC
Random Selection Loading Transactions
Max Size: 188.96/200 MB

Candidate Block

Mining Attempt 35e354a9254c55b149fce82727681ac96f170cd7eb30d574bb4686eb9f432a6a
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 58bee60fe24439ff46c13373e45faf5d7c1f7705718fa5a94ef196ab5ebb3bbd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,285
Size: 1.00 vMB
Total Fees: 0.01907273 BTC
Feerates: 114.09 > 1.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (461,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,132 454,132 00000000000000000182d0184efb1e329378a6eecfb93f8a3bebc9df7fc1b846 2,257 1.00/1.00 vMB 126
454,131 454,131 000000000000000000bd8c9d1cec11cc80792d8a7e25993d711fe29099ec1e70 1,710 1.00/1.00 vMB 86
454,130 454,130 000000000000000000c20f8a3ea20ccc71907994787ea1d5a6e6cd4f8aa65dfc 1,781 1.00/1.00 vMB 52
454,129 454,129 0000000000000000004c87dac4cd541d203e2f221d3c676f11c005ebd416f436 2,023 1.00/1.00 vMB 78
454,128 454,128 000000000000000000ae6c8d829f3ecc0e7dd4aceba568a7eb596f68aafebd69 1,929 0.99/1.00 vMB 131
454,127 454,127 0000000000000000017cf6276a890909982f507b7e8e646fa51223438762e210 2,422 0.93/1.00 vMB 116
454,126 454,126 00000000000000000186d7c821f27c09464c7997a19036d31d4b022c97ab12ca 2,138 1.00/1.00 vMB 109
454,125 454,125 000000000000000000572995c8938b7df198bba4fedb0b8504e442a39d3601e3 2,047 1.00/1.00 vMB 96
454,124 454,124 00000000000000000257351c48730e0b4db45cc058960b233bccf0cfb9bbf339 1,815 1.00/1.00 vMB 136
454,123 454,123 0000000000000000015ce530dc65869e2f1f3a2f4548a1673f564a80ff8299b6 2,023 1.00/1.00 vMB 158
454,122 454,122 00000000000000000153f24946d33ac8d5a1ea912f04148a28a483c4dc83e662 1,089 1.00/1.00 vMB 54
454,121 454,121 000000000000000000de068e372ff71fd9af03ee166c2b8daeb22af78c400afe 1,942 1.00/1.00 vMB 139
454,120 454,120 0000000000000000014018334494759c9b5e6c0553ded85a469c54cc6889b8e7 2,615 1.00/1.00 vMB 137
454,119 454,119 0000000000000000020dceec1a49b119909dcc8651be5db7edf622267878d9a2 917 0.37/1.00 vMB 148
454,118 454,118 0000000000000000020e3f83a772e71b414c3d76f6664022caec0f17df6247d4 2,401 1.00/1.00 vMB 212
454,117 454,117 0000000000000000005994be75df44df4bdf0e5299322edf76e30f5bbdec05d4 2,950 1.00/1.00 vMB 162
454,116 454,116 0000000000000000003b7c45567de4c1c3eb361b8466d162f1388b0bb82401b9 2,125 1.00/1.00 vMB 187
454,115 454,115 000000000000000001e18c1afd2358da6502724543eda891485707af6b947546 1,894 1.00/1.00 vMB 206
454,114 454,114 0000000000000000020fd12cce1144736f8f49fa85b8cf96ecdd570195f4b8bd 1,941 1.00/1.00 vMB 184
454,113 454,113 0000000000000000016e42152acd207519de23ac4f66ae3d2b2442f8e885573a 1,230 0.63/1.00 vMB 230
454,112 454,112 000000000000000002164d6005ef38ea869b995609b83648262b59978b35dae2 2,359 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 783.02 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: 719.30 GB
    • Received: 18.02 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.