Loading Tool

Explorer IconExplorer

Memory Pool

45,917 transactions
27.70 vMB
0.07641451 BTC
Random Selection Loading Transactions
Max Size: 146.58/200 MB

Candidate Block

Mining Attempt f8fa8ce16cbb2931d9554f82ed4abbbf28248de293888bb77567d54da8e431ac
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root f35d6cb2bf50e1d4d1308aeadddbf0436ce2f67477ee7a6e099122ecfb0664a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.02408288 BTC
Feerates: 502.65 > 2.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (649,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,151 265,151 0000000000000009259c7d240e11490006bd1bcef3b3e57ae9f0dd7ae2e5dcd1 169 0.07/1.00 vMB 88
265,150 265,150 000000000000000760622c3a7daaad5d9b7f1b61345ffd64c6a08ec2a35f698d 188 0.11/1.00 vMB 64
265,149 265,149 0000000000000004a9bc45d2cd36b701a4f864493f79acd208a2e2b156cddbfd 237 0.12/1.00 vMB 68
265,148 265,148 000000000000000d5f0ef1d4cfc4c4129cfbf2e288a2c34f19fdc0b47321641e 620 0.25/1.00 vMB 126
265,147 265,147 000000000000000bd5ffe40f8217b1d8024603869f16bc49c7a1bede5bfe31fa 113 0.07/1.00 vMB 58
265,146 265,146 0000000000000002172beef4a1c6a389c44f3e4d11e977469ca3a6829a0c9ea8 238 0.11/1.00 vMB 113
265,145 265,145 000000000000000a657fe84546827d70b55ac442f8208d8de0d4ad097568ea1b 263 0.15/1.00 vMB 60
265,144 265,144 000000000000000b1a02ff583471dd2e1f7879fb29075b2f54af5b4b13ac1980 252 0.15/1.00 vMB 24
265,143 265,143 000000000000000966f9096a37c966cff22122855a6d0d1c611abadffb9f4938 324 0.20/1.00 vMB 78
265,142 265,142 0000000000000003cf322e87657ab8fbd8ee530e5d88632ebd2e147f995c486a 168 0.06/1.00 vMB 128
265,141 265,141 0000000000000007757cf5d9085fd80e58a4092d27d6bca7e2b9015444eafda7 720 0.35/1.00 vMB 99
265,140 265,140 00000000000000030095f90b82a997a15039cd611cf14f4f2b68ed4b94eafa62 1,170 0.50/1.00 vMB 136
265,139 265,139 000000000000000f46d0c60fc7ee6d53e82793c827703053dfd3e1a5e7da8e3c 239 0.12/1.00 vMB 102
265,138 265,138 0000000000000007fdad2d8a0ab692fb5d6a8737b0f66f509cd741b3f6687228 22 0.01/1.00 vMB 47
265,137 265,137 000000000000000f987e26103d3e66a4176ccb32588d106f66055c9c17032d33 142 0.10/1.00 vMB 32
265,136 265,136 0000000000000003139e29adadfb8ef647d5e77e794efbd058cc12964b852870 260 0.11/1.00 vMB 115
265,135 265,135 000000000000000743db96ed55129f3c59dd395822156735f21270fab94c484b 185 0.07/1.00 vMB 136
265,134 265,134 000000000000000e37ac1cee1b3eacdc30eb3f214dd6eef9b93503c0b683a3d0 115 0.05/1.00 vMB 73
265,133 265,133 00000000000000022cf66365aaa0baed2f57e7f2a2e71c4110ea30315c19cfba 122 0.05/1.00 vMB 168
265,132 265,132 000000000000000c63c41ebbcea32eb21b479c08c14ef759cbc214415faf72a6 462 0.21/1.00 vMB 43
265,131 265,131 000000000000000ad03550af4d7a20711314f1a82c4665050300979b23cf5caa 622 0.25/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.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.