Loading Tool

Explorer IconExplorer

Memory Pool

75,032 transactions
27.80 vMB
0.07839689 BTC
Random Selection Loading Transactions
Max Size: 168.96/200 MB

Candidate Block

Mining Attempt 51b5fb3308f7e5d7a500400d45920e58fe34d3a153b182b27a35f84646dfee50
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 13c18d68ffa1687a56b4b6862f316d149bbcaf199b88d0804a17b48a1f4945a3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,176
Size: 1.00 vMB
Total Fees: 0.01892427 BTC
Feerates: 472.31 > 1.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (8,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,344 906,344 0000000000000000000098ca5387f0c37bb8d52faf08a0f653f9ebdcf3ac4d40 1,282 0.26/1.00 vMB 2
906,343 906,343 000000000000000000013e1cbf0954c42b5faf0ced3c0466482faa74d612ebb8 2,570 0.73/1.00 vMB 2
906,342 906,342 00000000000000000001697c50cff25bcf92d795cab5bdc21eacc3aabdc57aa0 1,547 0.37/1.00 vMB 2
906,341 906,341 000000000000000000019728e6adcf84cf0e5bacf17a1e6136b4ca1ccc70a28c 3,943 1.00/1.00 vMB 1
906,340 906,340 000000000000000000022fc016f648653593aeb3776ec2300df083b3532f2d73 823 0.22/1.00 vMB 1
906,339 906,339 00000000000000000000400ad6d8072faa9e2098a122e0e07b8d137b8225fdbf 2,128 0.36/1.00 vMB 1
906,338 906,338 000000000000000000022be14db21bbe0e751a6040d92096d2201acc519d6281 4,759 1.00/1.00 vMB 0
906,337 906,337 00000000000000000001edcbfca8af82130f474a09b15b5879c54b8030013024 3,075 0.84/1.00 vMB 2
906,336 906,336 00000000000000000001421525db665891c2557f311f1f172ea7a170c5d8cec0 1,240 1.00/1.00 vMB 1
906,335 906,335 00000000000000000001afbb2daca5784205bb1d7755254a69e2eb4cce482527 3,058 1.00/1.00 vMB 2
906,334 906,334 00000000000000000000f066917284547d91c81b5fbddbc24b96594c6a79e7dc 2,076 0.53/1.00 vMB 2
906,333 906,333 000000000000000000011d1a4895b4edc24c7f5e67859480c315dd905ad03e01 3,389 0.97/1.00 vMB 2
906,332 906,332 00000000000000000000264b7ac881ff3b371f4697a6ae1927151f49cfaee763 1,139 0.26/1.00 vMB 3
906,331 906,331 00000000000000000000114e21af595c758ebcad159ba786ca29da2bbc5b7939 2,710 0.60/1.00 vMB 1
906,330 906,330 000000000000000000020550c863e45eb75f26039ed9036049951a4ca5906b0d 3,244 1.00/1.00 vMB 2
906,329 906,329 000000000000000000016c0a3f2fb6e59574e92875cc273cca459f6e82fc3ffe 4,110 1.00/1.00 vMB 1
906,328 906,328 00000000000000000001406f0cb9ec1e667516324f6c3d85866b236d635ee5b2 1,291 0.49/1.00 vMB 2
906,327 906,327 0000000000000000000187da4cf231cb98676c79682d51034926920bbfb09b6a 1,104 0.24/1.00 vMB 1
906,326 906,326 000000000000000000007f7ba7613789d6f833754f2fe4b232ab66f6c8575758 4,849 1.00/1.00 vMB 1
906,325 906,325 00000000000000000001486f31a5e092ac4fe37bcd5e0c7ca461e21c0d83190c 2,122 1.00/1.00 vMB 2
906,324 906,324 000000000000000000005789f8f6bbb8b3eda6e557e79b5e7ab1b3b63c95fb55 2,452 0.80/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.90 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: 713.55 GB
    • Received: 17.39 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.