Loading Tool

Explorer IconExplorer

Memory Pool

79,023 transactions
29.51 vMB
0.09334914 BTC
Random Selection Loading Transactions
Max Size: 178.10/200 MB

Candidate Block

Mining Attempt e9c35394c2490e1c3a986ead4301fd5cf20fba930427b72ecea1cb4516bd8a90
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 76c808c26d731639d62656ca2bb414160aabbd228a4ec0627a4930e557a7db13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,806
Size: 1.00 vMB
Total Fees: 0.02931971 BTC
Feerates: 302.06 > 2.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (442,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,243 472,243 000000000000000000edf34dbec19ec9bbd203b496bee6f7104dfb30b7bc8b8b 2,158 1.00/1.00 vMB 285
472,242 472,242 0000000000000000008d025a526559ffc0b316d3e68e940d7d86bea7e617fea5 2,174 1.00/1.00 vMB 305
472,241 472,241 00000000000000000022727a72756c32b470be7c1897d19c283562991b30558d 2,184 1.00/1.00 vMB 281
472,240 472,240 0000000000000000007d2717a2a712ad73717bd56913c66516f60053975549e4 1,940 1.00/1.00 vMB 346
472,239 472,239 0000000000000000003d5554360980589008246d534d54c09c84445d6f12b410 2,051 0.99/1.00 vMB 300
472,238 472,238 0000000000000000014f6c4521d3f2df3f173bc24497164ad059f773cf66dbf1 2,123 1.00/1.00 vMB 351
472,237 472,237 000000000000000000d368c6cf58b1988f626a5bade7c5c5cb3f76ec86acfae7 1,672 1.00/1.00 vMB 210
472,236 472,236 000000000000000000e1b364e8ac9c281696be1d1e4e821d7c0b6769222fb298 2,195 1.00/1.00 vMB 348
472,235 472,235 000000000000000000e6b03888caf58ecf86f4ea56d0f7ed48c08a0a534cdd71 2,152 1.00/1.00 vMB 298
472,234 472,234 00000000000000000130c8f177b7b851d2e42db27fec6053f884b5dc2b43f67b 1,733 0.99/1.00 vMB 215
472,233 472,233 0000000000000000009a7b2eadce9abe613be079e93f6246cd7e0c33ef91c2c0 1,894 1.00/1.00 vMB 338
472,232 472,232 000000000000000000aa27e1ea5028b0e17a97616d005ad0de7d27aeaa8d4713 1,588 1.00/1.00 vMB 367
472,231 472,231 000000000000000001776256e935733c4048b509bc0f74fc9417454420d53cdb 2,128 0.99/1.00 vMB 303
472,230 472,230 00000000000000000102e1d48e48d9f4df10dfb0ed603414b54762cd289fe24d 2,063 1.00/1.00 vMB 323
472,229 472,229 00000000000000000097577be95c4b442af2be9b367c87defadded3fb89ae5c8 1,924 1.00/1.00 vMB 362
472,228 472,228 00000000000000000080d66692c43903bf3165e6ee76b8d1799c3e01e42d2254 1,757 1.00/1.00 vMB 249
472,227 472,227 0000000000000000004bfadf5d3d04608be86d66b6eb624e6ce426b8311973b9 1,936 1.00/1.00 vMB 341
472,226 472,226 000000000000000001324e7b16323a0dc3da5ec65ab3653c004df4072e89a42a 1,723 1.00/1.00 vMB 376
472,225 472,225 0000000000000000011b4641b3fffd274d417fa3e775378fb65928773f7684b6 1,893 1.00/1.00 vMB 229
472,224 472,224 000000000000000001305a91452100aae2cb6ad3d7036b9e7d142e6c463faac5 1,902 1.00/1.00 vMB 289
472,223 472,223 000000000000000000f7b499791d3551ef8abd9294667f8895dae8217d3f2ee7 1,521 1.00/1.00 vMB 250
Previous 10 blocks ↓
Total Size: 782.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.99 GB
    • Received: 16.09 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.