Loading Tool

Explorer IconExplorer

Memory Pool

30,895 transactions
25.03 vMB
0.05913952 BTC
Random Selection Loading Transactions
Max Size: 124.85/200 MB

Candidate Block

Mining Attempt f15b4cbdb2867105ea41f33fc7f3953d2e08f73bdcbe1abfbbb54e9e7e612538
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 5c7ac1cffb5aad4e53b4693926fb08e56261d1be50e6cc0a93ec3376e49b7cd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,214
Size: 1.00 vMB
Total Fees: 0.01427923 BTC
Feerates: 100.24 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (415,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,263 499,263 0000000000000000001c921b3e169414ce32f8eb9454da8586401eff8d8fd69f 2,711 1.00/1.00 vMB 323
499,262 499,262 0000000000000000005fcb5ffcf6454a89484c94a5ac3278dfcc2db4a8320b6a 3,165 1.00/1.00 vMB 328
499,261 499,261 0000000000000000007321b4500eb071059f2a85a549eff81f194f62730ea2be 3,061 1.00/1.00 vMB 371
499,260 499,260 00000000000000000089c928f11045472d8d64aaae300c3bc1f6a5fea56a2c0b 3,019 1.00/1.00 vMB 410
499,259 499,259 00000000000000000080a0abc9037e4f203123d38a8b07231fd32e043dfbc1fc 2,515 1.00/1.00 vMB 363
499,258 499,258 0000000000000000000feb742cd286a96ea4f48229929096fa5497c43d8e5351 2,741 1.00/1.00 vMB 419
499,257 499,257 0000000000000000004fc8919d7429eca0e63325224edcf6763c3ef96221d1ee 2,810 1.00/1.00 vMB 346
499,256 499,256 0000000000000000000659eb3fbf765cd2890d91eac0cde2cfce68a05d06b424 3,055 1.00/1.00 vMB 391
499,255 499,255 000000000000000000457b0d40ef03fd2881b04497302d2752ce453b44b10497 2,146 1.00/1.00 vMB 427
499,254 499,254 00000000000000000091540d877437cd5d9b8e5b02c04ed2d33dddaab18429b3 3,075 1.00/1.00 vMB 321
499,253 499,253 0000000000000000004935c7658c5ba8b81c944c282df36ef96c4e8af73b67f6 2,600 1.00/1.00 vMB 352
499,252 499,252 0000000000000000003b1a7c7e2afb85985fd80e0fd0ff59471fe8aec127287c 2,682 1.00/1.00 vMB 367
499,251 499,251 0000000000000000003d25729cd6bdb7fd485d88ae8ff11fed742f5cecc66897 2,543 1.00/1.00 vMB 400
499,250 499,250 0000000000000000009a9e5093b55d124325cacc3308b1016fbad2283aeeff55 2,486 1.00/1.00 vMB 289
499,249 499,249 0000000000000000007f1972aaefe35e4b5928a16c02fe6c947b9856e33b9db4 2,545 1.00/1.00 vMB 431
499,248 499,248 00000000000000000065ef01294c5d535b6bca0e5ebb8c55a3f0c4efc01c7576 2,528 1.00/1.00 vMB 406
499,247 499,247 0000000000000000006af2f486510b8563e260eba6d1bec7986dfe861127ca49 2,684 1.00/1.00 vMB 397
499,246 499,246 00000000000000000098a194b882bf716aede409ca00dc74ee27d3d210866dec 3,250 1.00/1.00 vMB 392
499,245 499,245 00000000000000000035d7314330aad8027e4a8d20e96b0249ed33c33b9d2501 1,651 1.00/1.00 vMB 467
499,244 499,244 000000000000000000a58352e629660e445df87071bad215b93932f532c37cfd 2,481 1.00/1.00 vMB 247
499,243 499,243 000000000000000000b04b302f214a907eb6f22c5b987cf87eb86ae495309cb0 1,307 1.00/1.00 vMB 155
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: 641.98 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.