Loading Tool

Explorer IconExplorer

Memory Pool

68,100 transactions
25.98 vMB
0.06391676 BTC
Random Selection Loading Transactions
Max Size: 156.29/200 MB

Candidate Block

Mining Attempt faae36365dd94eb99189f35fa7d7e55830cc8cc905b3eaa02b2fbc526dcb0b23
Version 20000000
Previous Block 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca
Merkle Root 91fea5917e6b48f87b4e669c2010cf379401d96bdd85297423959332457002dd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,461
Size: 1.00 vMB
Total Fees: 0.00889788 BTC
Feerates: 60.03 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,514 (711,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,591 203,591 000000000000027d99cf95bace2dc7c361a6c94e67acdb89d90f64a9af773a5c 331 0.18/1.00 vMB 97
203,590 203,590 000000000000042adac7a3462aa5a8851b7fe270d141e37fca935afc1ebe1e50 164 0.08/1.00 vMB 197
203,589 203,589 000000000000021967988d75e0a2cca77d7a1902f1831e2dc3e74db4ce316d9e 600 0.23/1.00 vMB 140
203,588 203,588 00000000000000ef3894dbe04d786e1c66c7eae11d7211e305b5b2009e51f4c3 579 0.25/1.00 vMB 116
203,587 203,587 000000000000050d722540978152af143c5ecdf964e14bae7ba2f9ab954cabd0 532 0.25/1.00 vMB 143
203,586 203,586 0000000000000037f217064b99109e7a4d3d95e113fc6765b0c497a28c81b62d 88 0.05/1.00 vMB 565
203,585 203,585 000000000000013c83013b6decaa215840e05f9496738c8b7c89ef17f748cb0f 12 0.00/1.00 vMB 169
203,584 203,584 000000000000030bec5b0d8a845a2e7d4cc5dbdab4e6ccbd1ae977996326b2ef 130 0.05/1.00 vMB 83
203,583 203,583 00000000000001d3cc089ff11d9aa2dc737d0b21adb01a33f50dc95fffb36f2f 787 0.25/1.00 vMB 150
203,582 203,582 00000000000000af4ae6a47582e3a94129ee2451a9b613cb77830cc74640b894 470 0.25/1.00 vMB 117
203,581 203,581 000000000000009be564132e711ca2f1f52dc3d67857fb9f6bee0d20d1165276 1 0.00/1.00 vMB 0
203,580 203,580 000000000000035459ec855e9157de0c0f48a85317413626b0e201d6d4d6a6b3 155 0.06/1.00 vMB 127
203,579 203,579 000000000000001f664df540e4d03e08f10b3bec13b22773154480d3f2642dd8 677 0.25/1.00 vMB 152
203,578 203,578 0000000000000257c89d110ce6b16739ecb08fe4c0ec9f5ef4f47475003461f1 11 0.00/1.00 vMB 331
203,577 203,577 0000000000000318d0ebb7131d23af35e2a7320f6a701d3280ddb162c6cbe141 9 0.00/1.00 vMB 33
203,576 203,576 0000000000000409f700a66678daf89701d5560b2bbb8526e8fafcd02dc5a32f 126 0.05/1.00 vMB 41
203,575 203,575 00000000000000e09c6381911abc400ed55950c8950f7d91dc608758421a6bfc 522 0.22/1.00 vMB 250
203,574 203,574 000000000000006273151de6876aa2a115456d7b9e6cfa68c8c4f0be6a44ab61 166 0.07/1.00 vMB 188
203,573 203,573 000000000000002b0bed394bf7e7e2bf077f26d5dcc43bd5890ed398fcb8eede 39 0.02/1.00 vMB 124
203,572 203,572 000000000000038f2bfd98432fdefdcdc2dddfb6dfcd89e8d9ced2c0e247aae4 119 0.05/1.00 vMB 117
203,571 203,571 000000000000031a1880b25641d65c6eadb06510a267e68220a334a3456068f3 177 0.09/1.00 vMB 248
Previous 10 blocks ↓
Total Size: 783.29 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: 766.53 GB
    • Received: 19.28 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.