Loading Tool

Explorer IconExplorer

Memory Pool

36,239 transactions
26.17 vMB
0.06166185 BTC
Random Selection Loading Transactions
Max Size: 133.59/200 MB

Candidate Block

Mining Attempt 6002b1ac8b4e2ea315248329ba7dd37a9eb091333acfa153180fa5b8446ace34
Version 20000000
Previous Block 00000000000000000000fa3235940f587566c6c02e73aa14b3b699b518527500
Merkle Root c23d9968168a4543dbb9348bb17dfcb4f936ca6f3fa7262d208b97ad786f4899
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.01312201 BTC
Feerates: 100.69 > 1.31 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,694 (244,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,232 670,232 00000000000000000000eb121e8a41f7fea6a091ddeb4a5f7229d5256e182be6 3,075 1.00/1.00 vMB 172
670,231 670,231 0000000000000000000b16c6f1b0c58796f5a2c7c272dee21c709cbffc0902c8 2,884 1.00/1.00 vMB 127
670,230 670,230 0000000000000000000aa4ee90ef7a232b158050dd57edadd9a7bde135bd389a 3,170 1.00/1.00 vMB 148
670,229 670,229 0000000000000000000a0520d4b335aadf7efa00c83ad1bc0a8c6ed85f419b6c 3,019 1.00/1.00 vMB 185
670,228 670,228 000000000000000000012741e88a1c6b4da376488613439b233703e373da1146 2,254 1.00/1.00 vMB 122
670,227 670,227 000000000000000000059567c5ed34d87e2a62549e6be16828dcbf2c216404e0 1,011 1.00/1.00 vMB 177
670,226 670,226 0000000000000000000b314a746f3243beb5902c5cd4e2c2084bc6f33bf87f27 2,058 1.00/1.00 vMB 155
670,225 670,225 00000000000000000000e9a99f47fdf88275094118218e8e443d3034a07a4170 3,049 1.00/1.00 vMB 187
670,224 670,224 0000000000000000000a1862756e1632d63f0ae6fb4780d4ffb3287c011e4f12 2,480 1.00/1.00 vMB 65
670,223 670,223 0000000000000000000ad4ed0fcb7fb76ab0dbd125c4aee47cae7ac4b0d9d657 2,453 1.00/1.00 vMB 99
670,222 670,222 0000000000000000000848190dd84917f8969e77bd72db788a591948d5176e4b 2,670 1.00/1.00 vMB 83
670,221 670,221 0000000000000000000cb6b806686a76cfb48aafc7dc706b415c981a62d2157c 2,885 1.00/1.00 vMB 101
670,220 670,220 00000000000000000001839522c81a6bf8198caa688cce613d091bf2ce2b551e 2,193 1.00/1.00 vMB 89
670,219 670,219 0000000000000000000326c10f8697ec322154a95e78acf15bcf459e273e809d 2,834 1.00/1.00 vMB 100
670,218 670,218 00000000000000000003f02321d70e01558855a350fe47772eef44ed1cae7c8d 2,377 1.00/1.00 vMB 84
670,217 670,217 00000000000000000005ef66aa17a88bd9ced4fcb5a86a6318eab6e1d71d2aa1 2,799 1.00/1.00 vMB 154
670,216 670,216 000000000000000000093615730797c074dd726ca30bf737e85c92c01a1a2e75 1,861 1.00/1.00 vMB 133
670,215 670,215 0000000000000000000b30b3710e241d5c27c653e1bbde38912877cba4f69ae4 2,028 1.00/1.00 vMB 131
670,214 670,214 00000000000000000006c8febdbce2a1f99ec840854b3a92c7bb006d93766911 2,860 1.00/1.00 vMB 97
670,213 670,213 00000000000000000007064d753b491be96fb8c2b2e6ff20e3f235839ea7ebad 2,237 1.00/1.00 vMB 164
670,212 670,212 00000000000000000003e2f24d343e348983debcf4845ed2dbf3cc5abcb94a0e 1,646 1.00/1.00 vMB 185
Previous 10 blocks ↓
Total Size: 781.85 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: 638.40 GB
    • Received: 12.48 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.