Loading Tool

Explorer IconExplorer

Memory Pool

18,950 transactions
9.59 vMB
0.02276795 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.51/200 MB

Candidate Block

Mining Attempt 44f2d6c6919895601976dced1304215eb4ceaf82ca73f99810215d8d9fb389e1
Version 20000000
Previous Block 000000000000000000018eeec2e5b9ba9206fddda6378af044f6446ee9562c05
Merkle Root 3237f0465257742cbc5a9d55ee41ff32bef7dfd8d12f0efc9f1ee73a322d358f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,185
Size: 1.00 vMB
Total Fees: 0.00770128 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,555 (740,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,063 173,063 00000000000003bc9d68eed0efc198c47a4fe330585081061ab14c22c5172916 23 0.01 vMB 63
173,062 173,062 00000000000006159ae4f698b3754e7456f06b7547b7740b95501c2a1b17dde8 54 0.03 vMB 141
173,061 173,061 000000000000092cc9100d638ef10501c77dd8bd62f29e2167451de856872712 76 0.03 vMB 74
173,060 173,060 00000000000002dba067023b040933a23195089edc351578825fefc9652df79c 1 0.00 vMB 0
173,059 173,059 00000000000008b396fb8c73debb73abbb10fa831b36f420bff2b28b64574097 13 0.00 vMB 115
173,058 173,058 000000000000070e4b05f09d53a2fc03ad335cc7ca804d7e850ef13611244918 45 0.02 vMB 112
173,057 173,057 0000000000000ac52c1ec9c5598f2a4fec9b2abd9d679cbc164d780968309d1b 9 0.01 vMB 18
173,056 173,056 0000000000000110842b24861badb1e7f92d6303f20b4b234e2af56655fee1e9 29 0.02 vMB 108
173,055 173,055 0000000000000626a92f14c5a0d8fd233012a2c953e49916ce63e5fbe5f3c2e4 47 0.02 vMB 70
173,054 173,054 0000000000000b06c2101891ba81ab68559b37c992fd8b882bc9afa402ef746e 66 0.02 vMB 130
173,053 173,053 00000000000004f39bdb3356041d27e6171ba154a5286b20b51eeb91a22afe82 22 0.01 vMB 52
173,052 173,052 000000000000045cfd9c35f28c982272e03189c4ee080a5d366ab13a033bb6e0 24 0.01 vMB 39
173,051 173,051 000000000000058c64378f1800535e62a80926fc4494409c054a2eb77f11578f 11 0.00 vMB 0
173,050 173,050 000000000000026443106d6eb5eab51e534715764acd1ab770bb03dfc70af69b 24 0.01 vMB 729
173,049 173,049 00000000000002efdeab0c7f4739c6c425eee75e70b4605616af85c3048f84fa 28 0.01 vMB 302
173,048 173,048 0000000000000338d081e859db7014c85ddc69fd36db5d30f21905b01128e607 3 0.00 vMB 0
173,047 173,047 0000000000000a0c7eaf11a449cd4e9ebc7af3211dc14cc7bede8a01e7c88c3e 73 0.06 vMB 65
173,046 173,046 0000000000000891e5472251578b2667d400ee51afefd1438aba42d07d86b490 88 0.03 vMB 120
173,045 173,045 00000000000006c1ae2e3de4e82f2fac49681e4d697a3b41b2275552f8bc9f13 1 0.00 vMB 0
173,044 173,044 0000000000000af148d536defb8b3bcb760026fc53a590ea311c1eb7522a4a33 110 0.03 vMB 87
173,043 173,043 00000000000001796c31a1f5a86cea6be8fd732f707337701b80687e63a9fef1 142 0.05 vMB 29
Previous 10 blocks ↓
Total Size: 779.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 419.71 GB
    • Received: 2.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.