Loading Tool

Explorer IconExplorer

Memory Pool

51,734 transactions
31.05 vMB
0.16564210 BTC
Random Selection Loading Transactions
Max Size: 166.48/200 MB

Candidate Block

Mining Attempt 4c16f42b6314993be3dcb7f56cced51589c9eb5a10c5c0bbb69bc00ba2142dce
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root bca393681319361a9d308f3c72be9e2157153cefed773b51b5cb2005af5536f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.08770071 BTC
Feerates: 477.45 > 8.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (92,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,347 822,347 0000000000000000000072a2b28b633bf9926cc16c854730f5522ae91d23280b 4,151 1.00/1.00 vMB 212
822,346 822,346 00000000000000000001437f61f27a3478c7908b314d1c372ad357e3d6a8a64c 3,748 1.00/1.00 vMB 287
822,345 822,345 00000000000000000000aee6f00e06d57246649baceb4d20d6a71193ba2233df 4,079 1.00/1.00 vMB 236
822,344 822,344 000000000000000000010664fb60ee8ec212eb7b5d0c5c5ee13320272392ed75 4,665 1.00/1.00 vMB 254
822,343 822,343 00000000000000000003239fbd29b32ca9a1efaeb8dcd0c90c007af3ce05674a 4,140 1.00/1.00 vMB 314
822,342 822,342 000000000000000000028a2d490ea4eb4b9ca0fabaacf6b527c0323bbb5924f9 4,683 1.00/1.00 vMB 179
822,341 822,341 0000000000000000000408f2bef879cb2799894fed6e8cf359ec24c58ea42cbe 4,964 1.00/1.00 vMB 236
822,340 822,340 0000000000000000000216511242e7812e2522dfef5edae5fc330f0748ea147e 4,704 1.00/1.00 vMB 262
822,339 822,339 00000000000000000001e082035655d23d7c46cfd08289e1314a6dcf991e450d 3,649 1.00/1.00 vMB 191
822,338 822,338 000000000000000000031c397581544a89431d160199a57fa5fd9b73aaadc612 5,083 1.00/1.00 vMB 251
822,337 822,337 0000000000000000000417a6120f0c89b76d62768c8d9504755a73f5979a76a4 4,725 1.00/1.00 vMB 234
822,336 822,336 00000000000000000003bd6122b3ad4f17d714fdef4df6a320af28ef0cbdf91b 3,776 1.00/1.00 vMB 234
822,335 822,335 00000000000000000002293a24d95bfb39bc605f6210cb0d2a4e1e91be622069 3,077 1.00/1.00 vMB 297
822,334 822,334 000000000000000000027fdac56bf3995c7905df84c11fbac4af0b0ded157e01 4,424 1.00/1.00 vMB 188
822,333 822,333 00000000000000000003225a6c5591f68c80071e78aee83eb91e54f947425924 3,977 1.00/1.00 vMB 199
822,332 822,332 00000000000000000000c7f0e4518122a5f41378010b5ed0164d0e19b50e0cb9 3,480 1.00/1.00 vMB 212
822,331 822,331 00000000000000000001eb8bdb9382a7636d68d0b16462b600028abf3072e143 3,401 1.00/1.00 vMB 185
822,330 822,330 00000000000000000000c8485085cb6118bd42c743e8493a6ddc2de183bd57a4 3,702 1.00/1.00 vMB 248
822,329 822,329 0000000000000000000281619592138797261dc87862c7235c3c1760c93fac6f 4,304 1.00/1.00 vMB 226
822,328 822,328 00000000000000000001da376b1ccbcd28caee8ba7f11d0598f823095dba5a6e 4,121 1.00/1.00 vMB 290
822,327 822,327 000000000000000000036ac66155ab7f2c9b828e19fa9f8f5f4f7fdb4c1bfc36 3,739 1.00/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.54 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.