Loading Tool

Explorer IconExplorer

Memory Pool

33,359 transactions
25.15 vMB
0.05191935 BTC
Random Selection Loading Transactions
Max Size: 127.50/200 MB

Candidate Block

Mining Attempt 3a98297d11b907b14a3eed0d02b17c8000ab652b2b2f6e5cc9f248b8bcc68858
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root decd57f8ad8198c4d1e922186051f4b7cbf222c02ba4023698e8b47fc7269498
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,379
Size: 1.00 vMB
Total Fees: 0.00652431 BTC
Feerates: 93.93 > 0.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (70,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,115 844,115 00000000000000000001c5d81bfea0bfd5b039f83347bef0e202311da9df2644 3,477 1.00/1.00 vMB 19
844,114 844,114 0000000000000000000087aebb28ffb43a51f18227636326898bd2628b623224 1,916 1.00/1.00 vMB 17
844,113 844,113 00000000000000000000913ac9a7abd3dde23ca9d4f1b68e3bffaf6e1c82b25c 4,477 1.00/1.00 vMB 10
844,112 844,112 0000000000000000000245ab80d06e4feea75bdbfb10f2b8d3dd2ce7c14f18f9 4,493 1.00/1.00 vMB 12
844,111 844,111 00000000000000000000caffd3cd4bfc482dd255a4ba73f3eaf9d4a9aac20ca9 5,251 1.00/1.00 vMB 8
844,110 844,110 00000000000000000002263511e734014f1c73208ebc88b5d8419a3fdbe251db 5,116 1.00/1.00 vMB 9
844,109 844,109 0000000000000000000355eeca429c92e44784de933c1e9d23bbd1c2d16d3633 2,482 1.00/1.00 vMB 15
844,108 844,108 000000000000000000016e9040c24ab26bde739675d19089b7471e9ffa20f28a 5,389 1.00/1.00 vMB 9
844,107 844,107 00000000000000000001f0dd6cc30104ad17faaef1d7d36d80b9604bd0b3d9d2 3,751 1.00/1.00 vMB 11
844,106 844,106 00000000000000000001fcd3be21824ec24b9b02ec150ff8204bcd3384f9ec59 6,305 1.00/1.00 vMB 8
844,105 844,105 00000000000000000000e1708d768864ba53185593da14f757a50f7737641bec 6,994 1.00/1.00 vMB 8
844,104 844,104 0000000000000000000131b389af4d13222fbcf2b2cbea0e294c7acd8935bce6 4,687 1.00/1.00 vMB 11
844,103 844,103 00000000000000000000c0211599f1069735a9cbf323be3022fe2c198aa895ac 5,444 1.00/1.00 vMB 11
844,102 844,102 000000000000000000001e2223cab9570ec0f39c5491d750cdf48f1bffc680c0 5,972 1.00/1.00 vMB 8
844,101 844,101 000000000000000000027c3fa784777816a7f8286d67bad4449618c39a3f3457 6,055 1.00/1.00 vMB 9
844,100 844,100 0000000000000000000020f2f4a577560170e6ce68ff27a67756b1abac810aa6 6,620 1.00/1.00 vMB 8
844,099 844,099 00000000000000000000f457ed38a0675a6cffb087995bc1edf8898a72cdb03c 6,603 1.00/1.00 vMB 9
844,098 844,098 000000000000000000002de7d581139baea72dff68fa414e145b78a7c34707a9 2,843 1.00/1.00 vMB 13
844,097 844,097 000000000000000000009bb1f04f1489b92d1d722771b5f8b1fc52934a4ba9b7 6,745 1.00/1.00 vMB 8
844,096 844,096 000000000000000000013c64c763dce2d2cfb79bbfd13ae8a6a2d022820d5515 6,725 1.00/1.00 vMB 9
844,095 844,095 00000000000000000001279081d9ce06a43e77ff286eb5574dc5f437dc897fd7 4,497 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.80 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: 634.69 GB
    • Received: 12.26 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.