Loading Tool

Explorer IconExplorer

Memory Pool

76,695 transactions
28.48 vMB
0.06510701 BTC
Random Selection Loading Transactions
Max Size: 172.87/200 MB

Candidate Block

Mining Attempt 41a6113e7323835fbfe8f5524102e79140959bd4463c6c05fc3f47c0a96b1153
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 489d33ec117ded2ef07a7c4024156d7927f944744e2a4a7bdc5219870a8776a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,510
Size: 1.00 vMB
Total Fees: 0.00613911 BTC
Feerates: 178.73 > 0.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (107,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,236 807,236 00000000000000000002a4d9ecfd0c8bcd8b08aed453d3c6fba68ef9bb856d3c 5,916 1.00/1.00 vMB 15
807,235 807,235 0000000000000000000486f00ab0356f91fd6e48680eb61a07df00416b16e80d 4,440 1.00/1.00 vMB 18
807,234 807,234 000000000000000000010fc77b258af01a6ada40fec99072ceacc0063354c46f 2,849 1.00/1.00 vMB 15
807,233 807,233 00000000000000000004c0d362e8c712c0c970d20b520082a7d0d69e21157b19 1,763 1.00/1.00 vMB 20
807,232 807,232 00000000000000000003794b3760ace007cd98110e7cf9b1faabafbb37677aa4 1,269 1.00/1.00 vMB 17
807,231 807,231 00000000000000000004a1be66022a528cd3a897d8a65f631cb015996cc66958 2,357 1.00/1.00 vMB 24
807,230 807,230 00000000000000000003406e1d55b0b64ac90dfce15539d178025c69c176c173 2,131 1.00/1.00 vMB 22
807,229 807,229 00000000000000000003a82140eea986f733a4d9bae02884e7f1705432ed8f65 1,422 1.00/1.00 vMB 19
807,228 807,228 000000000000000000000e3c4be37860dc4e70bec40a2e80ce58b5ce836bfcac 1,360 1.00/1.00 vMB 23
807,227 807,227 00000000000000000001e78b7d2b3353ad88e7db316e96474d0265c3228cbbc1 2,705 1.00/1.00 vMB 28
807,226 807,226 00000000000000000001552cb84a6cd04ebce321d3b07004fdb53394fc4f0bf6 1,391 1.00/1.00 vMB 19
807,225 807,225 000000000000000000041ccf956b59423949ecf74aafb9ed61ce1f09aafa969a 1,980 1.00/1.00 vMB 23
807,224 807,224 00000000000000000001256bb7991680c24368576a1b6d7990b62bd8c59e5d42 1,119 1.00/1.00 vMB 19
807,223 807,223 00000000000000000002a3994fb3fb63cd5f11916008caa0a4b0454756b574d2 1,829 1.00/1.00 vMB 23
807,222 807,222 000000000000000000043a2ba78e5f1d8db51d6403578dd1ca9dd6f182d54f92 2,033 1.00/1.00 vMB 20
807,221 807,221 00000000000000000000d34b5122eaa6e6189561a74b917594a1c79a575c3b97 1,007 1.00/1.00 vMB 23
807,220 807,220 000000000000000000052f9ffc3077774ab99ff13849b089179e1d3cf2600d2a 1,700 1.00/1.00 vMB 22
807,219 807,219 0000000000000000000526248a299c27aa44d9d121988b210f3cfdbe5a61176b 3,171 1.00/1.00 vMB 33
807,218 807,218 00000000000000000001871000c36373d28618303886e58a2f3717e1ab03d9ed 2,157 1.00/1.00 vMB 19
807,217 807,217 00000000000000000002a62dcb4c47b28af706770b0d4a984f22a83b28df70c7 2,397 1.00/1.00 vMB 23
807,216 807,216 00000000000000000001ca206cab1360b672d341d515e8f160ab05802ce7fb25 3,004 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.68 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: 675.58 GB
    • Received: 16.43 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.