Loading Tool

Explorer IconExplorer

Memory Pool

46,169 transactions
27.14 vMB
0.07057239 BTC
Random Selection Loading Transactions
Max Size: 143.13/200 MB

Candidate Block

Mining Attempt 443faaffb00a606f8082cd09163f4154c2c44274e9d8cf2eae4c3ac8c6664b6a
Version 20000000
Previous Block 0000000000000000000210106905380666cdf8219c37e0bb12d364b24b5bbe7a
Merkle Root 8a8977de9d542dc64bcb6acf4405fd4bde53401d0447e8316c428ab5670eff5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,253
Size: 1.00 vMB
Total Fees: 0.02011734 BTC
Feerates: 135.80 > 2.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,756 (335,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,371 579,371 00000000000000000019a1143a8bf2a659e8d4fc5ccdedd850ddedec5950b8bd 2,985 1.00/1.00 vMB 98
579,370 579,370 000000000000000000251789d3872e955f2f3646c5b9120b7b07ce9dfc3961c7 2,765 1.00/1.00 vMB 181
579,369 579,369 0000000000000000000b16a65d6c54c034208e53f731ff1ad41f1004ffce8677 3,106 1.00/1.00 vMB 110
579,368 579,368 00000000000000000011d99b57765d904a0275d01d0722f7698ada14d59d822d 1,791 1.00/1.00 vMB 184
579,367 579,367 00000000000000000022af9156ce5112d34647913708b421309503e2dd875adc 2,664 1.00/1.00 vMB 157
579,366 579,366 000000000000000000019f07c0e3f1f473932f047e77d3fcc0241e94b604a82a 2,247 1.00/1.00 vMB 143
579,365 579,365 0000000000000000000b2f4019492aaa268a8980d1ae4e6e614b101cd60e564d 2,763 1.00/1.00 vMB 188
579,364 579,364 0000000000000000000bf44418dcc4be31cf154f199ccb193a6bd68ef318bc0d 3,136 1.00/1.00 vMB 192
579,363 579,363 00000000000000000003a3710a7b9c533576d9074ee127b9c7ac122f1482285a 2,479 1.00/1.00 vMB 194
579,362 579,362 000000000000000000110244a2acb4b322ef62fa2981f5441dd5222ccc989f6e 2,369 1.00/1.00 vMB 212
579,361 579,361 0000000000000000000f0917001a85637828438d292fe087d3021342572173a6 1,424 0.47/1.00 vMB 11
579,360 579,360 00000000000000000016dcc10752fead8d6bf6ca17137ade88fa9c0558307e98 2,068 1.00/1.00 vMB 134
579,359 579,359 0000000000000000001447707d4278cfec3ff5292db28df3ac250f83f90167f5 1,631 0.54/1.00 vMB 86
579,358 579,358 0000000000000000001688d7d7639efbb85a4398d47f097f2c53b5175baf5861 2,473 0.95/1.00 vMB 79
579,357 579,357 0000000000000000000adb7b1ffb66918607c10b44587941d3e443538b473cc9 1,990 1.00/1.00 vMB 48
579,356 579,356 0000000000000000001fde3d29eef1703c2af5344077776e0445828abffcc891 2,576 1.00/1.00 vMB 135
579,355 579,355 0000000000000000001645852c04214a77dc3119d76104c39d27bcace6774edd 1,215 0.98/1.00 vMB 16
579,354 579,354 00000000000000000013534d11b0a0fcf6786bbad2d6b18022a48ea550a37f8e 2,132 1.00/1.00 vMB 63
579,353 579,353 0000000000000000001e389e45dfb439b63d2cb6f527b438be8d1f090b32c1ee 1,994 1.00/1.00 vMB 20
579,352 579,352 0000000000000000000d04e9ff7966907d9a6363f1e389ffc1dcb2fa6475ad02 2,898 1.00/1.00 vMB 150
579,351 579,351 0000000000000000000fdc887269d2f2e23b7f6f411b11e9a4aafc5ca410913d 2,865 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 781.95 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: 647.36 GB
    • Received: 12.93 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.