Loading Tool

Explorer IconExplorer

Memory Pool

81,573 transactions
30.02 vMB
0.09331869 BTC
Random Selection Loading Transactions
Max Size: 181.22/200 MB

Candidate Block

Mining Attempt b7cefe85bce3147af720b7553f367efc42d34f21b62a36914247f2dde67f0bf7
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root fae99850fcd3c977d08e893f7ea1208455702f7ad3f7b59a904d7a42e0b6ef7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,277
Size: 1.00 vMB
Total Fees: 0.03194883 BTC
Feerates: 526.32 > 3.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (199,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,572 715,572 00000000000000000002ebe1cbe4e303d8aec3a2b019fd06a7b3d96e9554eac7 1,349 1.00/1.00 vMB 7
715,571 715,571 000000000000000000074600be79c4252a3eca71804569c740afdd20875f578e 326 1.00/1.00 vMB 4
715,570 715,570 00000000000000000006aa54ca78b82fdfb8f6a1f3223d20cc427702acdf5171 1,703 1.00/1.00 vMB 7
715,569 715,569 00000000000000000001c4928b706b90831e41a67e53c55285a63a1a9c668fc5 1,473 1.00/1.00 vMB 4
715,568 715,568 00000000000000000006b2c1780a7f67b103aa838ee47ea0cb542182585c9eee 408 1.00/1.00 vMB 4
715,567 715,567 000000000000000000046b773cc8e13a7df6215f3a70bb2ef494c468b1178315 1,945 1.00/1.00 vMB 9
715,566 715,566 00000000000000000009d6723207a6574fb6ad1b6b6e4d6604f1ab5374b90aef 2,141 1.00/1.00 vMB 11
715,565 715,565 00000000000000000002ffefad59907bf031c4569003f774b07bf5a45650d7ac 943 1.00/1.00 vMB 6
715,564 715,564 00000000000000000009531c6f57fe00aa6b9fe5d03b81bd5d762a3a9fb9ef04 1,519 1.00/1.00 vMB 8
715,563 715,563 0000000000000000000632b39b73cc4fea825caf744729475cbe6e10cb8d38bf 2,463 1.00/1.00 vMB 11
715,562 715,562 0000000000000000000ae6d838ec6b569e42f5021d5d60b193859ee524a80a04 2,267 1.00/1.00 vMB 7
715,561 715,561 000000000000000000014f73e6a4c87eca55ed83fb1d1c0227c776c83ca242d5 2,816 1.00/1.00 vMB 13
715,560 715,560 00000000000000000002d0cc1572ce963f591b9274f99525de8bbb24b0e8e6a9 2,974 1.00/1.00 vMB 10
715,559 715,559 0000000000000000000b33b53f8013e7b4b7048d0991150b1311270e4e827a61 2,881 1.00/1.00 vMB 11
715,558 715,558 000000000000000000025aa25a9e3e1fade68e73288d99243f0311234be7c94d 2,328 1.00/1.00 vMB 9
715,557 715,557 00000000000000000005a51456210b93941d22a73faac1769cf04f557179f9e1 2,955 1.00/1.00 vMB 25
715,556 715,556 000000000000000000064319e0d1a06c937f7eb879df83a6239446b7e5fce0de 2,165 1.00/1.00 vMB 9
715,555 715,555 00000000000000000003bc57054c9fe3c1acc53281aa41e31b7d2e93095a93d2 793 1.00/1.00 vMB 5
715,554 715,554 0000000000000000000aa4e33832aa75a909ab5403997056e226fc733d9b02bd 2,526 1.00/1.00 vMB 7
715,553 715,553 00000000000000000008caf21e39c29d76da42006a7d209494290eb2c0bba6a9 2,588 1.00/1.00 vMB 14
715,552 715,552 00000000000000000008fef28868979c822994357deff7ac5ae087e377de793e 719 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.