Loading Tool

Explorer IconExplorer

Memory Pool

88,843 transactions
32.32 vMB
0.14527963 BTC
Random Selection Loading Transactions
Max Size: 195.77/200 MB

Candidate Block

Mining Attempt 4f4d5c214de26306db40203a9f43b1c81b26c6ff9dd20d081fac645f9b990238
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root 0e17ec19db64b83de3758c6bc5485b8991bf12277584645773d42799c19f94e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,148
Size: 1.00 vMB
Total Fees: 0.05611304 BTC
Feerates: 545.32 > 5.62 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (253,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,365 661,365 0000000000000000000d11eea56c7c18c7cfabdf052d37a3abe83360fd3f0569 2,832 1.00/1.00 vMB 44
661,364 661,364 00000000000000000009d5ddf24c33ad647bc34107fe04bfbaefc033cc8a3a4f 2,773 1.00/1.00 vMB 32
661,363 661,363 0000000000000000000346933b4c1ceaeee626362d4db44c7186028dc3cebfe2 3,023 1.00/1.00 vMB 53
661,362 661,362 000000000000000000027410ffe547ae6c4020b80fc2b64cbf61bbbfd9e2a820 3,052 1.00/1.00 vMB 37
661,361 661,361 0000000000000000000587e9e8f151b5f86c3267cb26eb9c261b8fe6dbae22f1 2,787 1.00/1.00 vMB 66
661,360 661,360 0000000000000000000441c06e12398f4e1ca909d1faf8d0b4c4e925fc8f0330 2,795 1.00/1.00 vMB 72
661,359 661,359 0000000000000000000a61918bb3dca7099dbee1e2bcee59e23e03981327804b 2,268 1.00/1.00 vMB 45
661,358 661,358 0000000000000000000e7b3628c94c72c69731bd0bf7fa17a755cd156f00ea03 3,308 1.00/1.00 vMB 31
661,357 661,357 0000000000000000000863f1ba6e04bd483818b2d8d73b49454740c421b8c4f1 3,087 1.00/1.00 vMB 55
661,356 661,356 00000000000000000002c3bdf44b22623affc70d6e3fef49a9ef3bc163fd105f 3,095 1.00/1.00 vMB 45
661,355 661,355 000000000000000000090f1d0684a1d82474a9aeb806b8a9938889ba79924a40 3,334 1.00/1.00 vMB 51
661,354 661,354 0000000000000000000d566a83d4009a4b9006af4637f5372783ceeb977771c6 2,154 1.00/1.00 vMB 65
661,353 661,353 0000000000000000000c8838abd0c970eba49fdac12e8df53ecc57b99a7f9584 2,594 1.00/1.00 vMB 65
661,352 661,352 00000000000000000006f5d403529a0cd3b2ad41511c2b84fd6beb1c14f374ea 2,529 1.00/1.00 vMB 69
661,351 661,351 000000000000000000019f7a71ac626fa13d31e36229f155bcb25fe9f3494980 3,320 1.00/1.00 vMB 93
661,350 661,350 0000000000000000000a4ef9b19824e2b438010291103251541b596b92068b11 2,359 1.00/1.00 vMB 68
661,349 661,349 000000000000000000038d36f84d157e5aea43db32157c3c72464f53703c8683 2,989 1.00/1.00 vMB 86
661,348 661,348 00000000000000000000c7b0fff88f4e31d74db50ae9536bc5ee664fecb47c33 2,207 1.00/1.00 vMB 41
661,347 661,347 0000000000000000000d80309506f69acc021109343e3faf7078bc297c2173d5 2,162 1.00/1.00 vMB 54
661,346 661,346 000000000000000000018bfd2afc2ab7cb5dc86a4de75127187bb9b8f447f8f8 2,468 1.00/1.00 vMB 72
661,345 661,345 000000000000000000005e7314a519c1b1edce4db7891d666947d645b259c06d 2,932 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.52 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: 668.92 GB
    • Received: 15.64 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.