Memory Pool Memory Pool Refreshing

6,353 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,822 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (707,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,278 200,278 00000000000000e838d79a13e0eaf6e5cd2ab67c3d3a2ec76f565492798e881d 0.06 MB 174 180
200,277 200,277 00000000000004574cab2aa5b6d61efa695b190e2849c97a08a7690dfa6e36a1 0.17 MB 491 135
200,276 200,276 000000000000049bebc57a813b64450e09fc8edc59c042fafaec9ce92c4f109d 0.25 MB 318 2,772
200,275 200,275 0000000000000545940a0ce20ea62727766d66c59fccc4e42302a296a9146cac 0.02 MB 59 232
200,274 200,274 000000000000050041e8efd19cf8333887b15fb280b16d1ff6b6a5f84010e906 0.26 MB 526 131
200,273 200,273 00000000000002462ddb3346562690b843009c8304a5c1b1a332eeb6416ef099 0.05 MB 92 185
200,272 200,272 0000000000000589401d8309931faebff557329b9f34dfe4e14f744271824c0b 0.00 MB 6 76
200,271 200,271 00000000000001d3fe4eb2367a007e4c0f1f8fce4808014f097dde6010dbe6b6 0.01 MB 32 116
200,270 200,270 0000000000000497bcd800c48a8e29206f845555623e7048aca693c8ab824496 0.14 MB 399 147
200,269 200,269 00000000000002c103a1e7043272101830fe971f66c8d1f438b8a7213fb0db41 0.04 MB 85 161
200,268 200,268 00000000000004ca6b1f37445241a4850570157b8df3c56be4f2da427dc077b2 0.02 MB 47 101
200,267 200,267 0000000000000108c8de6a4fe7a0f18aa39a30c5fdabd47d5acc580a96fc35f2 0.02 MB 65 142
200,266 200,266 00000000000003103610b92dd551aa5683a18ce6a73479ce6e65d444f94997c2 0.05 MB 61 98
200,265 200,265 0000000000000438d39dde1f1c4a66fdedeb373e1630e843ae9a2a45b263c4f1 0.05 MB 137 171
200,264 200,264 00000000000001092ff4aebcb0f8904120d9d238c1784181f11ec0bcb6d2a998 0.03 MB 78 137
200,263 200,263 00000000000003b0516eddc24f09a3e60f50be2a9530281c72462e63953a96a3 0.08 MB 179 105
200,262 200,262 00000000000002dc2636fa219854d0098ef40d12f61423e422bc27534256d270 0.12 MB 281 149
200,261 200,261 000000000000002c0f5ce44b338c2bea861d416fee7044f219e133cfad91c2be 0.28 MB 597 168
200,260 200,260 0000000000000510106fc65d9dd56b1528a7b56583a44df5ef1e2632f93006ff 0.07 MB 70 57
200,259 200,259 00000000000002b5d15a7ac38b4a3e3d63740fc8405f38ab68bc4e86c87206b2 0.05 MB 83 106
200,258 200,258 00000000000004338882cbceffd9bd606c364ab37f737fcf4d0f4af9202ca77f 0.03 MB 86 79
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.63 GB sent, 92.79 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.