Loading Tool

Explorer IconExplorer

Memory Pool

78,464 transactions
29.14 vMB
0.08225653 BTC
Random Selection Loading Transactions
Max Size: 176.34/200 MB

Candidate Block

Mining Attempt 41cff9ced28930463f559c62140931baf46c51998a211775559cfea0ee146ba6
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root ff8e29626bdc63fd54550d2c39ca16a1f96264589c6c4dc577e1bf6dd0820699
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,678
Size: 1.00 vMB
Total Fees: 0.02137107 BTC
Feerates: 178.73 > 2.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (214,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,347 700,347 000000000000000000052250986341e52eba38c32853e7bcede0cef080bb8b9b 1,622 1.00/1.00 vMB 10
700,346 700,346 0000000000000000000b5cfe39b4e7901e879c7c1b75d04ef820083ef71b9f5b 2,782 1.00/1.00 vMB 17
700,345 700,345 0000000000000000000497dc9f68b52187d534f4368248ba61d6729390832929 2,513 1.00/1.00 vMB 14
700,344 700,344 00000000000000000007ba084e34e898c102ab7819ed619a501c790a3e278511 3,016 1.00/1.00 vMB 13
700,343 700,343 0000000000000000000db92d0d5cee32c7d6c1fbf53e7b4c794b4f64757224e4 2,582 1.00/1.00 vMB 38
700,342 700,342 0000000000000000000def82e01e5deeaee4bf593d8fc22d0a8215c201ebe027 2,763 1.00/1.00 vMB 20
700,341 700,341 00000000000000000001cf8d559e1090329ce00ae81afb3b193e6d75cf0aecd4 1,351 1.00/1.00 vMB 10
700,340 700,340 0000000000000000000318393561db4311117c751134f62a9295376ad3ba1ae2 2,781 1.00/1.00 vMB 19
700,339 700,339 0000000000000000000c61959dd2676e8cb21eee5a00b3b81a2a764d7bfd1de8 1,698 1.00/1.00 vMB 7
700,338 700,338 0000000000000000000659caaaa68602d6a2d5814e6bf4f4414e230382c9d1d6 2,485 1.00/1.00 vMB 16
700,337 700,337 0000000000000000000b52a0f75f44d6ea2c5f6c8b7241d518e42aaeb7a955d4 3,018 1.00/1.00 vMB 8
700,336 700,336 0000000000000000000f2be0611771754b75aebc3dfd39b3b44535d16904bc74 2,556 1.00/1.00 vMB 13
700,335 700,335 00000000000000000000f12ced57ea2e496dc3026138f23f0b7433e86baf927f 2,397 1.00/1.00 vMB 18
700,334 700,334 00000000000000000007f463033f9fb91137068bd2c2c21765de727ecf3f9885 2,652 1.00/1.00 vMB 55
700,333 700,333 0000000000000000000114b1ea71bb2c6fce0a129a6290494de1e2b16e9a5137 1,218 0.42/1.00 vMB 7
700,332 700,332 000000000000000000047c374fce2be21cff8924a96de5f8075505aac8752957 2,388 1.00/1.00 vMB 14
700,331 700,331 00000000000000000005a750565d29758b47969e0f334394bb485920751ffa06 91 0.03/1.00 vMB 39
700,330 700,330 000000000000000000072523c377bf17d7f5ab48eeb5c7e6e4b587f71dec86a0 583 0.32/1.00 vMB 3
700,329 700,329 0000000000000000000e03e064a3e8598e1c9d62ebec4b0d9dad5f3636761571 2,347 1.00/1.00 vMB 11
700,328 700,328 0000000000000000000becf25f965556815c567d327043288f3a2f50282207d1 455 0.16/1.00 vMB 11
700,327 700,327 0000000000000000000db2b077b36b5b517382a4d3d14e9e7a5acdf9a6d0c55d 2,053 0.97/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.68 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: 678.06 GB
    • Received: 16.44 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.