Loading Tool

Explorer IconExplorer

Memory Pool

19,713 transactions
8.97 vMB
0.03865809 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.36/200 MB

Candidate Block

Mining Attempt 1a1b1d4c20fb02c7819d367e55cc543f8216058cfdc6239e33f7cdd9b4be5ee6
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root 7507da03c6a4826186d7ee7e03b24ea3306cbec464d9372b30aff4c26d04b7d9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,252
Size: 1.00 vMB
Total Fees: 0.01762743 BTC
Median Feerate: 1.09 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (712,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,585 200,585 00000000000002d37986e3535e5e033c12a7c8d3fcd800abc914aa7e456d482d 294 0.14 vMB 121
200,584 200,584 000000000000031cc0f1025483a737dd3ddc0de10cfe5270ff55e715546f6cba 412 0.20 vMB 152
200,583 200,583 0000000000000248fbfff20d77160e74f47b5d13b00ee6d3e7748c45243e1556 156 0.06 vMB 63
200,582 200,582 00000000000005228d221da57137efe959ce094857d31b39486bab7a597eb0a2 46 0.11 vMB 67
200,581 200,581 000000000000018e75c27d5f4329ff637b5779a466ad35771232ca60dfce4ef5 13 0.00 vMB 14
200,580 200,580 0000000000000588b33798a1f30ddcd284651b3ffacf37b4028d5990004dcbc1 232 0.09 vMB 131
200,579 200,579 000000000000059b1a6fc12e964253cceb5e11a76aa054214eb29a8fc252cf6a 60 0.02 vMB 132
200,578 200,578 00000000000002de5cb7acf62d7d40272636c3b3f2cd2154aab07d65199f25ce 94 0.04 vMB 100
200,577 200,577 000000000000021c43fe63da1ea5f783ddad50215dfd92d5ed8766eddb77b17c 14 0.01 vMB 80
200,576 200,576 00000000000002448ff6797a108cc2949b7c0ad9032ef5c39f8f4cd6dd3bf00c 75 0.18 vMB 62
200,575 200,575 000000000000051d82662a70006f719a22ba9a3386581880d830b77df458b26e 143 0.06 vMB 127
200,574 200,574 00000000000001c6006625b387168b3ef32f72cd7c257341642fb17ca175fedb 10 0.00 vMB 17
200,573 200,573 000000000000012b310529f9b8244b38f7c6c7cde8b788ce4f57d5c5c6f70554 40 0.02 vMB 127
200,572 200,572 00000000000004fc13064e625586d53fa1efcc3aa9e81d3c07986564b1bf0d7a 207 0.10 vMB 120
200,571 200,571 00000000000005a7305526c186c765dd6bfcda4427ebe92f7bfb969de39500b3 207 0.07 vMB 126
200,570 200,570 000000000000047e260ea015fd3a7d1279af5cac73681f5c37253a9e790fd20c 176 0.19 vMB 79
200,569 200,569 000000000000056fde512e7388a0612fa733412385400d06208f15473dc7ae1f 10 0.00 vMB 0
200,568 200,568 00000000000002c6bd8f682788edf1e0ec7e9c7545cedb3fedec53b26fc87819 117 0.04 vMB 149
200,567 200,567 000000000000010468fbcc5fb8666e48429ea987d2bf919291f1fd3313fb1714 79 0.04 vMB 143
200,566 200,566 00000000000001a5ed55af21d278ab9def5d4c517232ed1b357632aa8465e206 281 0.09 vMB 27
200,565 200,565 00000000000000e1af5ce7ef184d7f56a5bf0a079647c271aab6273ecb5e7d05 29 0.01 vMB 161
Previous 10 blocks ↓
Total Size: 779.55 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: 252.05 GB
    • Received: 0.96 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.