Loading Tool

Explorer IconExplorer

Memory Pool

47,542 transactions
28.12 vMB
0.06376720 BTC
Random Selection Loading Transactions
Max Size: 149.79/200 MB

Candidate Block

Mining Attempt 74617811112da7abee50e4d9e26189dbd3390f0c040640630dd4cd10907803bb
Version 20000000
Previous Block 000000000000000000020fcdb94170ec39d89e960a570b32da2137683a5b4110
Merkle Root 20f01c7c29d2c539f6e65306e301d2ce44526c05478fba3d7ee3b100450becf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,657
Size: 1.00 vMB
Total Fees: 0.01039666 BTC
Feerates: 40.21 > 1.04 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,791 (259,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,332 655,332 00000000000000000005c10b1d8159e02e0db27397917d9af63a6cbd232fbb86 1 0.00/1.00 vMB 0
655,331 655,331 000000000000000000029e168e6ab36a9246a70898f1e06866bf5b45308e3e5e 818 1.00/1.00 vMB 45
655,330 655,330 0000000000000000000593d7838a6f003053b46e3a05f64cfaee3797f7c6bf71 2,247 1.00/1.00 vMB 130
655,329 655,329 0000000000000000000cea487b27d68f86a1941d4a0553a6aff9fdc7e34af989 2,452 1.00/1.00 vMB 180
655,328 655,328 000000000000000000037324b4a244b31b6f0e535500c9466595eb3c2bc7a6f4 2,811 1.00/1.00 vMB 226
655,327 655,327 00000000000000000006d42554df5d7a15be14b449d5e8c0bfff0fd233a1c26f 1,407 1.00/1.00 vMB 17
655,326 655,326 0000000000000000000be13e86b3e9f43a9287f51b4d1af9ad7b60b41324cf68 1,435 1.00/1.00 vMB 63
655,325 655,325 0000000000000000000f62c50356c8301931932069743bad7825b2c92a287279 1,488 1.00/1.00 vMB 253
655,324 655,324 00000000000000000006efc5a124449cdf489a108473e3d5a6c5754e56e7afed 911 1.00/1.00 vMB 39
655,323 655,323 0000000000000000000d8a05264508c7fb9ca25dddb47415adadeb61735d66ce 647 1.00/1.00 vMB 57
655,322 655,322 0000000000000000000f4c6ddbd3742f7242a80d7756868fb48fa2bc05680f82 2,218 1.00/1.00 vMB 171
655,321 655,321 000000000000000000032cca879ce9b2da292199df4a51cb2c1c226f69d188a1 1,523 1.00/1.00 vMB 34
655,320 655,320 0000000000000000000fd0c0091eb56633ce34aaa49dcc8ff17f8a58eee2a3d3 1 0.00/1.00 vMB 0
655,319 655,319 00000000000000000002488d04371a9faddd490163b4a15bb85de282ce69eadb 2,618 1.00/1.00 vMB 57
655,318 655,318 000000000000000000075043627b0095f4e1aea62b97441f2de15ba6d60f1606 1,097 1.00/1.00 vMB 19
655,317 655,317 0000000000000000000e6b9487ab9c0549fdd5144f30f7d86d629857f6e19c0b 834 1.00/1.00 vMB 87
655,316 655,316 00000000000000000009521fba76b81de74efe98c27225a4ee1f044be65bfe54 1,281 1.00/1.00 vMB 45
655,315 655,315 0000000000000000000beb728d94791d646b377b37d15f8ba4f4a1fdcffd18b5 2,250 1.00/1.00 vMB 56
655,314 655,314 0000000000000000000b3d4a15b08f0fedd8f7191c5d636ceec84c2978d4ca9a 1,608 1.00/1.00 vMB 47
655,313 655,313 00000000000000000002fad18b4d961d35c55a5934f6da4614fc1b7adf486036 1,974 1.00/1.00 vMB 217
655,312 655,312 0000000000000000000cd26c1e69946ce6062a28374c160fe05d4e6768061129 1,280 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.01 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: 649.67 GB
    • Received: 13.20 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.