Loading Tool

Explorer IconExplorer

Memory Pool

82,091 transactions
31.02 vMB
0.09808535 BTC
Random Selection Loading Transactions
Max Size: 188.98/200 MB

Candidate Block

Mining Attempt 960e559a89ce6cb1ba3ffbd28ef867e35a43031cb22387b612cac0427f1ffc0f
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 932e2f9614225ca57bdc6070fd4fd88cf5ef3940324aa99b033181bc101e5ff7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,928
Size: 1.00 vMB
Total Fees: 0.02460491 BTC
Feerates: 151.12 > 2.47 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (440,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,074 475,074 000000000000000000da103e2d35d6c96669d8dd67e27094e6a723554dc9e4c9 2,356 1.00/1.00 vMB 259
475,073 475,073 000000000000000000afb6d227966efcff4f70d45987394563da8954b80d1b9a 1,563 1.00/1.00 vMB 144
475,072 475,072 0000000000000000003f2ebfae30461d041778e3b0fa8c398ceed869b014d341 27 0.01/1.00 vMB 159
475,071 475,071 0000000000000000001283e39c19c9850e4e782d236ae7add13de8d28a6ea4c8 861 0.49/1.00 vMB 140
475,070 475,070 000000000000000000ce54c6b056ee1d82d499f1a170ccf0fbb6aef459b34c5e 762 0.66/1.00 vMB 90
475,069 475,069 000000000000000000196aff707c4462e88dbfcf46cb41c06ee49c9e2eb4bc85 458 0.19/1.00 vMB 133
475,068 475,068 0000000000000000009f7206356a965eedb89038f07a73c810d73bf191860c89 573 0.35/1.00 vMB 96
475,067 475,067 000000000000000000c99713d3b3d2c6f9e3883f7c94e27a8519aed2fa75291c 2,123 1.00/1.00 vMB 155
475,066 475,066 0000000000000000009c1496d9e2f06516b526eec0e86889ba4201de4f965335 591 0.40/1.00 vMB 81
475,065 475,065 0000000000000000008611db5c93050223873f26f6a5293a9c6d7dd25f2cb5a4 1,039 0.96/1.00 vMB 65
475,064 475,064 0000000000000000003607e9f28b62478a2557b66862ff7bbef0b4f5b7765c61 2,257 1.00/1.00 vMB 157
475,063 475,063 0000000000000000013118ef82625a41f31dbe78a72ccc3a2efa9f8d7833f196 1,406 0.70/1.00 vMB 158
475,062 475,062 00000000000000000105d7f2f9295013ae5426c2cc4406c38e893549ed71ce1c 1,184 0.68/1.00 vMB 132
475,061 475,061 0000000000000000003daf2561c279ed849afb6d1d3ba3163d0023e0ad71a7da 372 0.18/1.00 vMB 144
475,060 475,060 000000000000000000366a71d7aa71539cb27ed7c7e43e1328677bdf5d64fdca 1,457 0.72/1.00 vMB 122
475,059 475,059 0000000000000000007ebbb13f5c00d7a66b5b70ac592379f5ec7a37c2cbcfd3 277 1.00/1.00 vMB 28
475,058 475,058 00000000000000000127abd99a3a5fab7d198d8dc0cc4e394313b19d6b0b4474 64 1.00/1.00 vMB 1
475,057 475,057 000000000000000000502b44418353a8aa6c92cdb1727a24b610bd2d139b7144 509 0.25/1.00 vMB 128
475,056 475,056 000000000000000000fa582cbe8a79d6f6a576a28fc08a28377437d3de6aa544 2,158 1.00/1.00 vMB 116
475,055 475,055 0000000000000000016cbf600fa33130585f90a49d7e01e1d90c549823062fc1 2,161 1.00/1.00 vMB 174
475,054 475,054 00000000000000000037de2929bf50537d2d40fe40b49990b196231667a8a24a 1,479 0.79/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.