Loading Tool

Explorer IconExplorer

Memory Pool

44,675 transactions
27.39 vMB
0.09544858 BTC
Random Selection Loading Transactions
Max Size: 144.72/200 MB

Candidate Block

Mining Attempt 0ab7d7c62bc410bdcb31ba98a1e2e985f8010df4a63ca2e3277f433434718c95
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 52e518c5bf0d28ebe0fd161d45d50813285d7e0c3153715f0426873e9d5e14a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,756
Size: 1.00 vMB
Total Fees: 0.04402538 BTC
Feerates: 150.75 > 4.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (256,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,268 658,268 000000000000000000059f8d05533459131bf9d1289855cc3d92ca7139c90ea1 1,014 0.41/1.00 vMB 21
658,267 658,267 00000000000000000004b35dd0464f5f1005ca2aa288691d37c46445fa713e93 1,934 0.90/1.00 vMB 11
658,266 658,266 000000000000000000001d69e10c3972ad4c4080f0b7419bff3d1ccaaf9960be 2,099 1.00/1.00 vMB 44
658,265 658,265 0000000000000000000708767f74ac539d8d9c7d5cf3d14e2948354ac247d65c 186 0.08/1.00 vMB 22
658,264 658,264 0000000000000000000faa5bab8cab23305df6148798517e4af50da3ae8e43ab 491 0.17/1.00 vMB 27
658,263 658,263 0000000000000000000be7555fe0ca73aa32fc7e3d3bed575af5e980ac084e4b 474 0.35/1.00 vMB 5
658,262 658,262 00000000000000000006ad24ac0d01bbd97a7b0d7dd2bce73addfd34b73d4e69 2,232 1.00/1.00 vMB 16
658,261 658,261 00000000000000000002bb5328fae792f5296d781e249e919486451bcaa4eb21 2,060 1.00/1.00 vMB 20
658,260 658,260 00000000000000000009f93f77ec978e381c9b13203c21677085ab3caadccb78 2,036 1.00/1.00 vMB 31
658,259 658,259 0000000000000000000ffa988ab0edbb653329e6569e681b81c4ee3424d00971 1,370 1.00/1.00 vMB 19
658,258 658,258 00000000000000000001df4181d72a012e0ff4e005f04220169878dee285bba0 2,222 1.00/1.00 vMB 26
658,257 658,257 00000000000000000000f962e8f6880ad4833ced7be56500796feccd5516db99 1,603 1.00/1.00 vMB 29
658,256 658,256 00000000000000000008d9fc40ac672aa7eda3a0f84bc5792a1b4a5bb65f64cd 1,884 1.00/1.00 vMB 54
658,255 658,255 0000000000000000000a79b7c91395e146ce5ce0a595e24fe2d8075766c5f9fe 1,261 0.60/1.00 vMB 23
658,254 658,254 0000000000000000000dc153bd40e58553307bb00c18eddf70d118fadb18fdf7 248 0.14/1.00 vMB 37
658,253 658,253 0000000000000000000b9f985b70eb311b1bc5e137ae06617076d561905400bb 1,024 0.45/1.00 vMB 30
658,252 658,252 00000000000000000000f4b3e9411b1edcec70e212c3bdeac20ec8d7ab6e94df 173 0.35/1.00 vMB 2
658,251 658,251 000000000000000000015edf0aa584d087ee245bbdb88343c8c1ccdae649b2b8 1,000 1.00/1.00 vMB 18
658,250 658,250 0000000000000000000437e8053e185feb41a9c4b934af9888ec8c42a0b17a1c 108 1.00/1.00 vMB 1
658,249 658,249 00000000000000000009c6f36113cc0c960c8c973e0d205c0c84c104a3cf5adf 2,372 1.00/1.00 vMB 11
658,248 658,248 00000000000000000001f3bd2a81d1675956b96d3361f8c9c1cf36ec00c9f90a 3,015 1.00/1.00 vMB 52
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.15 GB
    • Received: 14.27 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.