Loading Tool

Explorer IconExplorer

Memory Pool

40,732 transactions
17.89 vMB
0.16182990 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.84/200 MB

Candidate Block

Mining Attempt bf6887c6dcda35d49852ccb6480c3cb6329e5d3b2235b9f419f0fe1746067d1b
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root d7781485ffcc3dcc7cc0cfd28bdfe87dc9660eaced1b14bfbc067319b42acb17
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,298
Size: 1.00 vMB
Total Fees: 0.05072690 BTC
Median Feerate: 4.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (674,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,072 239,072 00000000000000d71a75a19ac2396863e213053fc8269c8cbb576b7c76cda862 25 0.01 vMB 111
239,071 239,071 00000000000000381005a973a5426933f0a32915cb36f30996cfedcf928435f2 67 0.05 vMB 66
239,070 239,070 00000000000000866cf38bab6439b3e6b212dc95b3d559fd0201fd1f3ef2ecb6 307 0.15 vMB 173
239,069 239,069 0000000000000071d7669130a8f2b791f0da528afe9ace01f0077e4d3b4acc65 128 0.05 vMB 171
239,068 239,068 00000000000001126a50d679f6bc4dc207e27c4198ecd0c45d709b169faa7458 539 0.22 vMB 180
239,067 239,067 0000000000000123c8db917ea8f3fba02ef780424420940c391e2abd9397d487 101 0.06 vMB 142
239,066 239,066 0000000000000117c25c4e2e906218863ceb19818cfea8ccd10db3d8b9171b3c 84 0.05 vMB 132
239,065 239,065 000000000000013429831c23d4d4a632d68bd5331ddf4d6ef5bba2ff234458f6 465 0.21 vMB 169
239,064 239,064 000000000000003045cc6b6d9b86110f862b055b39766a399738389dcf2c7c26 34 0.01 vMB 92
239,063 239,063 000000000000002f08cedc8db63c34fa63f2fb3a783e86617f48be70ec0050ea 354 0.16 vMB 125
239,062 239,062 000000000000003776532bb7def242133e020fa542050d380e7e47c2ad648e71 229 0.17 vMB 105
239,061 239,061 00000000000000f4586db47a00ee6febaad14b5ee5685d44bb2588fe3905d5a3 570 0.25 vMB 184
239,060 239,060 000000000000007053b02b7061bd34304f53336ec012f6736944fab236c75985 466 0.25 vMB 175
239,059 239,059 00000000000000304c98377472c1f476520b1756cf656585318c5a640db06d5f 71 0.05 vMB 121
239,058 239,058 0000000000000101a69630a1a8c71288146f11dcca147a01c8ada3a2c5e9c04f 249 0.12 vMB 162
239,057 239,057 00000000000000abf6674783444b0cce87704a40ba576b8b2bac6d3e1a07ca7d 218 0.16 vMB 166
239,056 239,056 00000000000000154b974330cfb333a5a6b08e9d0e8e370eaf3d1daa65b86ba6 426 0.17 vMB 254
239,055 239,055 00000000000000ece2d0bad46dd5d9ae9f377da6cb3dc3e0465cfa7de036a66f 512 0.54 vMB 29
239,054 239,054 00000000000000bf0ea83685214a0c2a8378634c983b7f2be3f93800d4de445f 256 0.09 vMB 200
239,053 239,053 00000000000000cbe5268c1cd021a466b047d7a2c60bf25901d6db876c575119 4 0.00 vMB 208
239,052 239,052 000000000000013ca1ead4cfcf600c2ae710265118ddb7034ade1f140ad798ac 328 0.16 vMB 160
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 93
    • Outgoing: 10
  • Data Transfer:
    • Sent: 112.67 GB
    • Received: 0.47 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.