Loading Tool

Explorer IconExplorer

Memory Pool

80,749 transactions
30.05 vMB
0.12528794 BTC
Random Selection Loading Transactions
Max Size: 180.75/200 MB

Candidate Block

Mining Attempt 8fb989f40c2a25afe92348f71b4cd5c9f4a1226a890ee328d3e8673ab6da24f4
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ae2664126920a69eff6a5aa8a156af9f92b406c0cd29b8d93ea43ae64a5e4d4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,688
Size: 1.00 vMB
Total Fees: 0.05163542 BTC
Feerates: 242.90 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (443,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,318 471,318 00000000000000000171d5e9be5ce1a86c9f0b513e712d260595d008ca67e809 1,428 1.00/1.00 vMB 212
471,317 471,317 0000000000000000019d607647c4d3f80842b9759da630ed42c72fa98435e329 2,256 1.00/1.00 vMB 377
471,316 471,316 0000000000000000002fd128085af5cbae6622e75982eaddf7083af160d05ced 1,757 1.00/1.00 vMB 197
471,315 471,315 000000000000000000bbf0e20d93a587eeddbd710493b848e6ab1f0237f28ea4 1,509 1.00/1.00 vMB 194
471,314 471,314 00000000000000000163053f7479cd06cf3caad49e05256eaa0ebaed700d3453 2,457 1.00/1.00 vMB 263
471,313 471,313 00000000000000000125c1ef52637baa7d23a18d5bdc9717ccd7d8377fa49998 2,190 1.00/1.00 vMB 384
471,312 471,312 000000000000000000cf2c9bab24a17d5d64612b57fcfc8df9f088c334e38419 1,699 1.00/1.00 vMB 342
471,311 471,311 000000000000000000494acf572a4d59e52b630e8699cd4dc81f9f0074c05c7c 1,895 1.00/1.00 vMB 367
471,310 471,310 000000000000000000f73c93b832f0db7d5de87b5122d506e284864b43468ed2 2,352 1.00/1.00 vMB 344
471,309 471,309 0000000000000000000de001b4759f07b54c7f419fc275b18bc5f5b55ebc2a82 2,518 1.00/1.00 vMB 418
471,308 471,308 000000000000000000c17b34013514d687f4acd5d3ccef75e4634700c8dcd660 2,009 0.75/1.00 vMB 513
471,307 471,307 00000000000000000191397a95c58fa81ea3a973fa51b314b031eb351e156902 1,623 1.00/1.00 vMB 193
471,306 471,306 000000000000000000a1bbd2265918a5bd3ef80694ecd9b36fd3dfdea13dc750 2,004 1.00/1.00 vMB 276
471,305 471,305 0000000000000000006df87cee16e70d415880b90d5b3f42590429c9a35eb912 1,570 1.00/1.00 vMB 324
471,304 471,304 000000000000000000ee1a036bfd59adfbb8bba80b2c3d76751023422e445c69 1,840 1.00/1.00 vMB 227
471,303 471,303 000000000000000001100a42346ff31f237c4880cc8712c94e205fa8d3dac69e 1,675 1.00/1.00 vMB 309
471,302 471,302 00000000000000000158397b5a576db754f136081d4f9f35d6bfdf4265626cdc 2,236 1.00/1.00 vMB 303
471,301 471,301 0000000000000000002a329cce1764ed50d0381f53806bd1547fa3bc0c8cf62e 2,488 1.00/1.00 vMB 274
471,300 471,300 000000000000000000ddd2779d0364a95bf8420547a6f7f8cb0cd38c4d7093d5 2,427 1.00/1.00 vMB 224
471,299 471,299 0000000000000000018ac98ef94b823e713b8f78944c5de30456cc7e38c65502 1,578 0.99/1.00 vMB 259
471,298 471,298 0000000000000000004bae7a9c44515b4ef9347e7836da01d54d14ec70a800cd 2,367 1.00/1.00 vMB 418
Previous 10 blocks ↓
Total Size: 782.67 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: 673.16 GB
    • Received: 16.42 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.