Loading Tool

Explorer IconExplorer

Memory Pool

50,278 transactions
28.98 vMB
0.07306225 BTC
Random Selection Loading Transactions
Max Size: 156.31/200 MB

Candidate Block

Mining Attempt bfe9c3e7e55b7caff2d21a069b6347fb5a45856b46bd328748bc518323ce80e7
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root e84d92c3cc848cbdaf80f1ea2df33113640b825ff8ce0882ed452a765f3c6c8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,179
Size: 1.00 vMB
Total Fees: 0.01777823 BTC
Feerates: 173.90 > 1.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (344,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,087 570,087 0000000000000000001b7dc37d8f4696102e2459abde8b7f52c41296018943ef 2,884 1.00/1.00 vMB 76
570,086 570,086 00000000000000000029ef7abae4928a1b74a8175386e4a7940c89c26476c4e2 3,225 1.00/1.00 vMB 80
570,085 570,085 0000000000000000002a1a4342a4a590f6411bfbfe2c38fa430f66371b9aeb66 2,682 1.00/1.00 vMB 115
570,084 570,084 0000000000000000001f7c9fde4158437e2d4f3337ab126cba9bd863991f1353 2,563 1.00/1.00 vMB 125
570,083 570,083 000000000000000000052b1fd95b1dc36b9cff869d86f0c44629b9d75aa983d9 2,974 1.00/1.00 vMB 99
570,082 570,082 00000000000000000015fc4fcdb98115c50bbb905d6d033677e3cdb9b740bd27 2,824 1.00/1.00 vMB 108
570,081 570,081 000000000000000000182469866cd454c7ff194973e87cd14c1712cd4c2c0ac1 2,790 1.00/1.00 vMB 98
570,080 570,080 0000000000000000001c9c0b8f4dc4944e1bd34fbe8598d76d12c16eb547e121 2,756 1.00/1.00 vMB 141
570,079 570,079 0000000000000000001820ebd667df457c8896f3e3f9c2c4abd032ca3decebcc 2,755 1.00/1.00 vMB 125
570,078 570,078 00000000000000000010cfa05211f85db8bf819f7f6f541da334b63454611d77 3,635 1.00/1.00 vMB 107
570,077 570,077 000000000000000000165619eeeb9949357a46cc969bb2888ef7eeb82d86e714 2,756 1.00/1.00 vMB 139
570,076 570,076 00000000000000000008164657784f69bf8da65481d56506b1a59f5ca446072e 2,927 1.00/1.00 vMB 151
570,075 570,075 0000000000000000000af6a48f5f3222c446905f60b4bda78d79ba43b57e6d8a 3,267 1.00/1.00 vMB 112
570,074 570,074 00000000000000000006328d31836e5b81ed7903508cb48e3a77c99be98c5f60 3,080 1.00/1.00 vMB 132
570,073 570,073 00000000000000000008878e3fafba532c4323b4a000ebe24426405ac67739f4 1,743 1.00/1.00 vMB 114
570,072 570,072 000000000000000000272d4de153cfa7f8faefd0a1ee35d56a4dcbb4f14c0c83 2,082 1.00/1.00 vMB 128
570,071 570,071 000000000000000000225292948589ab31b265aec24d3b5214c41c40a162c9f5 2,731 1.00/1.00 vMB 76
570,070 570,070 00000000000000000014e78f6d1b91c7ca8b02bb30bc57a19c21a33bf87844e5 2,824 1.00/1.00 vMB 106
570,069 570,069 0000000000000000000df72a425af490aae2bd1cdf7f2acab1596ed8bcf57594 2,847 1.00/1.00 vMB 126
570,068 570,068 00000000000000000012643fe94799a4689337c693fb287b52e4781374ae340d 3,151 1.00/1.00 vMB 79
570,067 570,067 00000000000000000020d2b0989667ae9d3a55d8cdf67b3972b0ce45927943f5 2,157 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.