Loading Tool

Explorer IconExplorer

Memory Pool

83,728 transactions
31.55 vMB
0.09691971 BTC
Random Selection Loading Transactions
Max Size: 193.12/200 MB

Candidate Block

Mining Attempt c8bf88ff5bdfcc577196e5d8f26d41ee0a438dc5195ff2d20340b079cc7fdda1
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 5d18dfd10625764ca3b9ec45f2681e11a965d0c0d8c44bdc077f09512872ea7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.02402660 BTC
Feerates: 73.20 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (701,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,419 213,419 0000000000000221637a44fdf57ecbee2490350f86271ac1ea40028988e944e6 764 0.25/1.00 vMB 221
213,418 213,418 000000000000016bc10a20f09a26d95c4cf8f9c58979e7714d88cd6217792f09 139 0.05/1.00 vMB 98
213,417 213,417 0000000000000295a3b319cd6da4e09e4a8db4edf065c84b129e1453254115fc 9 0.00/1.00 vMB 192
213,416 213,416 0000000000000359a28ddf5916361fe6c5b9baa7695a99f163ea707abcfbf48c 11 0.00/1.00 vMB 0
213,415 213,415 00000000000003e182f200dc4f106c32de683aa910672225b0e2b4cf4eae41df 453 0.25/1.00 vMB 145
213,414 213,414 00000000000003b33594d4acd99a6b865fbd297430097dc1d94ce08b293e1326 635 0.25/1.00 vMB 385
213,413 213,413 00000000000000705915ebe58ea492d10548ae8a91bcd7537fcac9f167c1473c 119 0.05/1.00 vMB 133
213,412 213,412 00000000000002244b61f9c07d732303c730133dce52ae69e2711a57b61510f5 459 0.28/1.00 vMB 170
213,411 213,411 00000000000000c0082efde4b746d5e4ce2cfc5b349a2abca53c39bb948d0889 7 0.00/1.00 vMB 0
213,410 213,410 0000000000000324f7971d0a87c0aabfcf5140c8f2054b9a3f1a493e7dbaf2ab 349 0.25/1.00 vMB 86
213,409 213,409 00000000000002708d4d49d4fbd0628c8b076b9458bd02cb5d37003820a92cc4 504 0.42/1.00 vMB 111
213,408 213,408 00000000000002a96000532eb542683cc9610ac287f73968cc3226f332fae972 374 0.23/1.00 vMB 163
213,407 213,407 000000000000009ef61d3258a9d199d3f9827f6b5976e6fb50bdcb744a79751b 131 0.05/1.00 vMB 203
213,406 213,406 00000000000003d47768650f3d2ae6d3210bfc0f50c0e3a9ec96e5e3e357bbe9 228 0.16/1.00 vMB 117
213,405 213,405 00000000000003a694466f2e1dde1898dd1fcc76d0f70bbbc13641205ca6df64 15 0.00/1.00 vMB 188
213,404 213,404 0000000000000280c47a4797c1c9951fa55e976f208d70cc6e9b62346bd70efb 160 0.07/1.00 vMB 141
213,403 213,403 000000000000030a1753eadf21cf7bb6bcf2ac09dbc568fe4fb0e0d429e42b0d 328 0.10/1.00 vMB 7
213,402 213,402 000000000000027ad2ff3ceb47090338f1c607d3a2a8ccabd0e6b77e850715f3 212 0.09/1.00 vMB 155
213,401 213,401 00000000000001a395703b9cac33a5782f1540ecc0cd3472b9907d16366facf2 337 0.13/1.00 vMB 254
213,400 213,400 000000000000009481aa8da7f2e1d112d16f32549e91eb2bb7370978ca40a353 10 0.00/1.00 vMB 21
213,399 213,399 000000000000023a92281531aaafea05ef55c058ee73e01b174f599a9206a166 294 0.12/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.78 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: 709.68 GB
    • Received: 16.95 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.