Loading Tool

Explorer IconExplorer

Memory Pool

81,567 transactions
30.51 vMB
0.08092710 BTC
Random Selection Loading Transactions
Max Size: 186.97/200 MB

Candidate Block

Mining Attempt 9725e6ec52c685c78c4fdd115de43c48c82948c7d876c73efd699e9b7725ad62
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 175e2b0f63fa2a13f05269e10f636b7d921af955c3654e57a7da175302638cf4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,139
Size: 1.00 vMB
Total Fees: 0.01247905 BTC
Feerates: 150.61 > 1.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (461,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,377 453,377 0000000000000000016ce155cf9a1a4e0788f83d86a8f48f89a0c14048194d9e 1,831 1.00/1.00 vMB 108
453,376 453,376 0000000000000000023d0bcb590ab40210174cfce428312e9ab8f651c589f09f 1,838 1.00/1.00 vMB 116
453,375 453,375 00000000000000000299fd704f034e35fe7efded87270aea8e00d5cbece62791 2,827 1.00/1.00 vMB 89
453,374 453,374 000000000000000001a6ace294b3698f869a548386a010cb79b8d97f25683377 2,051 1.00/1.00 vMB 100
453,373 453,373 00000000000000000056c29b0fe5dae07420645d7cb4b97c83b08c7c5f547112 2,436 1.00/1.00 vMB 83
453,372 453,372 000000000000000000a4e0a974c4846ec7df03211cb9e511dfe9cd1208877310 2,776 1.00/1.00 vMB 101
453,371 453,371 000000000000000000bf4711e2435eb268a1664d1c4413e9f66419b3d44235f7 2,230 1.00/1.00 vMB 119
453,370 453,370 0000000000000000017e873ab0077234d423cc05b867a3a41a6f2e8e2fdd07c3 2,468 1.00/1.00 vMB 134
453,369 453,369 000000000000000000345660a96db4483849f62aee35ef6decd334835b76442c 2,338 1.00/1.00 vMB 102
453,368 453,368 000000000000000001ba6b10670fb37a59bb024f950d8b26760dcce33612cbf1 2,373 1.00/1.00 vMB 144
453,367 453,367 0000000000000000025fb3ff5d57861f453ced4029ef73059fcd589e98d8942b 2,367 1.00/1.00 vMB 164
453,366 453,366 000000000000000000b25666f9d602f86a6f1fd9676c9a0796744c9da70b5e4b 2,315 1.00/1.00 vMB 127
453,365 453,365 000000000000000000b9d0d6ae54735ed8023f17134d5aa6e9c877785974f0ee 1,915 1.00/1.00 vMB 135
453,364 453,364 000000000000000001ec64612782bcf72476689f879738937e282b76832c2fea 2,408 1.00/1.00 vMB 160
453,363 453,363 000000000000000000a39644a16f0899f03a36a23152d62c584f6dc22b0d36b6 2,046 1.00/1.00 vMB 119
453,362 453,362 000000000000000000aca64e4ee45f6852b4bf49f45d8ff188dfe87513ee51b0 2,178 1.00/1.00 vMB 129
453,361 453,361 0000000000000000025f3051f3517842829eb693572d5236f12210f47137ee65 1,975 1.00/1.00 vMB 166
453,360 453,360 00000000000000000083d0171a4abac008f40db3defed2c4cb7cdb01f5f66695 2,510 1.00/1.00 vMB 167
453,359 453,359 000000000000000000992dd33e18bd5821a962ebb987ddaf901b2d2a4b810778 2,016 1.00/1.00 vMB 169
453,358 453,358 000000000000000000e01e3085f63e92a920ba7cfe9217088409ee18426deba1 2,636 1.00/1.00 vMB 156
453,357 453,357 0000000000000000011a8a3d25b9d3b981bae8a8e2bceaef5acec72e5890599e 2,102 1.00/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 783.01 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: 718.90 GB
    • Received: 17.99 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.