Memory Pool Memory Pool Refreshing

13,984 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,361 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (577,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,267 330,267 00000000000000000d5ffb37d7e4c635627e06f6f680ad881f6268c756d5a49b 0.22 MB 78 10
330,266 330,266 00000000000000000509970899da7046a1463316771627f687f37b3efb620d82 0.21 MB 316 26
330,265 330,265 000000000000000017d941093ea839d3e6063b8db0a573e5cd278cd98355e124 0.03 MB 32 24
330,264 330,264 00000000000000001b990421534af103aa0f6750e7ad476519a4027856e822da 0.00 MB 1 0
330,263 330,263 000000000000000006ada936dfefbaa52d112b2a4ba05056cd8badbfbca57452 0.07 MB 110 22
330,262 330,262 0000000000000000162a5ca647e754948439a9405febf33ab00f09cd7f2b7892 0.33 MB 342 19
330,261 330,261 0000000000000000169d06e8ddb7c87422a21960ddda5a6c4c5a4da1d2f58eec 0.74 MB 501 15
330,260 330,260 00000000000000001b5e8b521bba0be38cd398c3c9231c4cbdb529457e014392 0.73 MB 630 17
330,259 330,259 00000000000000000bf678f190540605427ccad8a9065bb081b19234b08845e0 0.75 MB 1,625 31
330,258 330,258 00000000000000000da2de822a50cb8e053c993e6d42d5cef0e7c03dcc19d92c 0.15 MB 211 20
330,257 330,257 00000000000000000a1cfd86ab3f9b15992329ce4932446f3d85e4097cf78683 0.47 MB 953 27
330,256 330,256 000000000000000009862c4b5c4ed48ffee1ab5cbff4a95046e5cdf2cf72e3d8 0.06 MB 153 34
330,255 330,255 0000000000000000102baee9cf0d6c1d9bda5d7033a994ddee583506f0415337 0.15 MB 310 27
330,254 330,254 00000000000000001572b582f04b68aabfc6b8c739068fe902f3d8a0933a0ab6 0.35 MB 597 25
330,253 330,253 000000000000000000e21e400b20a2cca3d7c9def1c403c817d96d67e776e73f 0.33 MB 635 25
330,252 330,252 000000000000000011f3ae3b771b6012aeb10291da640a9bd9d0ae73f4ab2a4f 0.16 MB 328 28
330,251 330,251 00000000000000001311fe7621b18ffd7c90988b611526e2bf9fabf7c7505730 0.10 MB 140 20
330,250 330,250 000000000000000002b97529b9be420a6366735aa2ea488dba8b227dc60e1b6e 0.10 MB 176 20
330,249 330,249 000000000000000019909c3cf6c285066758ccd57841ac90a7a0353f476b7440 0.09 MB 120 20
330,248 330,248 000000000000000002ab2db295212a94015ab60147b5bc21bd869b767a1d8d3c 0.09 MB 110 18
330,247 330,247 000000000000000019492b1477f053c244bdc597761c07592811a98941a790ac 0.10 MB 114 8
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.