Loading Tool

Explorer IconExplorer

Memory Pool

75,190 transactions
27.77 vMB
0.07644493 BTC
Random Selection Loading Transactions
Max Size: 169.43/200 MB

Candidate Block

Mining Attempt 9a6a48f8fe44febdd9a044afc7cb3e344e5a61764b786a6954e563306d5c5d84
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 6db0628ad63df9e9e33bb3100428cdd934917710c776aee2cddf2b513f3e4706
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,088
Size: 1.00 vMB
Total Fees: 0.01701176 BTC
Feerates: 100.00 > 1.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (224,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,345 690,345 0000000000000000000ed24da6413a98038b9f1aa3e7465aaad02f0fe64a0f30 1,753 1.00/1.00 vMB 18
690,344 690,344 0000000000000000000d7956d95afbf30b388a0cb4c244ec2da16dd488bad023 694 1.00/1.00 vMB 7
690,343 690,343 00000000000000000004d631bd71849eb461050c347a8b370c37fd48716af803 1,463 1.00/1.00 vMB 6
690,342 690,342 0000000000000000000ce1403f9afe559c90f3922ed3c4b204aafe5c919bd8ca 923 1.00/1.00 vMB 14
690,341 690,341 0000000000000000000548a74bedfe78f2306310e1b0d18f0d4ae3c99459b3d6 289 1.00/1.00 vMB 17
690,340 690,340 0000000000000000000ba7b080f42522f3e4e0246c0dc4c89f8b0a25d486d42f 1,902 1.00/1.00 vMB 30
690,339 690,339 00000000000000000000c02dc037933f43b21e3c6ebe7f585a4440efa6dd860a 2,135 1.00/1.00 vMB 18
690,338 690,338 0000000000000000000ef8d499e118e0a5f7ddd0bcef33879b92ecd1ca713d37 1,300 1.00/1.00 vMB 29
690,337 690,337 000000000000000000096adec0f9a36c97000a1f5e6d5369745b57424cf1edbb 2,023 1.00/1.00 vMB 16
690,336 690,336 0000000000000000000d55a30e1e361babb7587330719dc5884b2aaeb37ca9cb 2,329 1.00/1.00 vMB 21
690,335 690,335 00000000000000000003b782523a4e069a579b3ecb91e8eca97d065740adb6c9 96 1.00/1.00 vMB 1
690,334 690,334 0000000000000000000e7f06831f805dfb24bfe81cb529e22598aecb78925101 2,786 1.00/1.00 vMB 16
690,333 690,333 0000000000000000000a61a9ebc3a2b58a2c4f44eddc8bf53c4e9661482c3d4e 1,502 1.00/1.00 vMB 17
690,332 690,332 0000000000000000000c02b37456d5ea615eeb4891f51151bffd6937a9ba8479 2,965 1.00/1.00 vMB 37
690,331 690,331 00000000000000000006a08565ba1f59f9aab98646bb265accf100641f0eb27a 2,043 1.00/1.00 vMB 8
690,330 690,330 0000000000000000000328b8c7aad272a5839819bcd953ce8ce1c978c75d94af 2,328 1.00/1.00 vMB 16
690,329 690,329 0000000000000000000fee4b61372aeaee7c0054d810ef9542ac6ee2166a5e1e 2,906 1.00/1.00 vMB 36
690,328 690,328 00000000000000000005d553065e52b4a5ef1f7cb9172da1f6ec742172b301aa 2,476 1.00/1.00 vMB 37
690,327 690,327 000000000000000000081731d4993623c2fe8082e79408b619c752d5b0056118 872 1.00/1.00 vMB 8
690,326 690,326 00000000000000000000fb6a478ad38a74e892e11010044877c68868686c8090 1,332 1.00/1.00 vMB 23
690,325 690,325 00000000000000000012f2c374a5f59dab014431866cc1018b60864643eaf8ec 3,162 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.