Loading Tool

Explorer IconExplorer

Memory Pool

32,579 transactions
18.45 vMB
0.05168711 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.38/200 MB

Candidate Block

Mining Attempt b943365caf07e1e4baca7c069d5ebd291b375b416f2ecf42538b94bc3435a5c8
Version 20000000
Previous Block 000000000000000000003ca9f8a38a97b15597546f6dd44cc0ec1bb25792e373
Merkle Root 2ff00c5df3ad564f8c4e6b665e466094592b6213035eb0e778584d8f0160e06d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,220
Size: 0.997961 1.00 vMB
Total Fees: 0.01732297 BTC
Feerates: 502.67 > 1.74 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,862 (691,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,725 222,725 0000000000000419c0493c060a3474317fc945d20468c12a7434b45f5d0d9e6a 45 0.02/1.00 vMB 218
222,724 222,724 00000000000002979502a033bf3c98eecd7a60cd8d4888f4a797a6c69a1e5b5b 45 0.02/1.00 vMB 150
222,723 222,723 000000000000036b38edada85115c9028f2711cf23616bb49422ec2655b253a9 122 0.10/1.00 vMB 108
222,722 222,722 00000000000000bfed0bdde4fff75c12a5908c9792811cc4f4493088f73d58c5 45 0.01/1.00 vMB 172
222,721 222,721 0000000000000015fd7b3c3799110092553867431b9bbc413e3a8d09eedbdfa4 368 0.17/1.00 vMB 198
222,720 222,720 00000000000001926737f675d334ddc518417d997d636cef8c3548e84699c497 133 0.07/1.00 vMB 150
222,719 222,719 000000000000014a0361718738c3c82e0d597d5428191b82f8af4c08bd8deb40 537 0.24/1.00 vMB 201
222,718 222,718 0000000000000434e47ca19cb0a7e7e5b2392d56f0454bd267f186a637b16704 128 0.05/1.00 vMB 129
222,717 222,717 0000000000000486038ce13bafb44cb7c4550fd32bd372a05eaf1014b0e95fe1 446 0.46/1.00 vMB 25
222,716 222,716 00000000000000a66716281dff712eeec0aff0472137974dee4f66ee484062ee 553 0.25/1.00 vMB 193
222,715 222,715 000000000000006d5117b46b10238e7c7f8e50b760b89ff517810e56bebe384b 509 0.26/1.00 vMB 175
222,714 222,714 00000000000001a827daebbe7e833ecd0eb7a0332f3d7df44680663d467d5852 224 0.22/1.00 vMB 95
222,713 222,713 000000000000015eb1b59f67644bf3eb3038f0e6ca6c099d1ce89614e73dc354 441 0.25/1.00 vMB 200
222,712 222,712 0000000000000329161841bc3edabec6d4f894e22ac6687a82b9e4f3a51b8d66 651 0.25/1.00 vMB 220
222,711 222,711 00000000000000b8674be05dd8aec081e167a91c71f791596341e2e638701295 130 0.05/1.00 vMB 15
222,710 222,710 000000000000007a9f750fcbe4ad525cae508d284a3297579ee85cc6db3c2e78 763 0.25/1.00 vMB 256
222,709 222,709 000000000000003b6b0d31036207a01ffa5211e42f02138a04947d38a6806420 76 0.03/1.00 vMB 64
222,708 222,708 00000000000003a4b8585831ae96222630c737133cd54502ac0b1c54e3b05f2c 217 0.12/1.00 vMB 127
222,707 222,707 00000000000000ea8f2c9bf827c88bf3656f54c5697457011fc86f55487d024c 581 0.25/1.00 vMB 187
222,706 222,706 00000000000003da8317660ae8e68be6d6f1d5edd8fb5602191fe1f002134ca8 112 0.25/1.00 vMB 62
222,705 222,705 0000000000000069d4f00359585c4e3bdbb8ffa95990c270c37cb5428ea4a184 376 0.23/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 780.37 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 523.69 GB
    • Received: 5.00 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.