Memory Pool Memory Pool Refreshing

9,789 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,324 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (902,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,264 6,264 000000005e0d1e0091ef61960feb9f0505ab33748ebd951095e74070f902582e 0.00 MB 1 0
6,263 6,263 00000000037f026243cb3370690632e52be1e9bc32dd84b990443cb62b5e80f7 0.00 MB 1 0
6,262 6,262 00000000467c7149a3cd062c4bfa43df61f24815fbf2b67a90dea456614c1d02 0.00 MB 1 0
6,261 6,261 000000004cc909a4fd8b26c905109985f5894b5e88a0137b0978d2ed55eff1e0 0.00 MB 1 0
6,260 6,260 0000000035d378f569eaac0e92e4a6133e4518dba47e4aaf3d86541a76c7c943 0.00 MB 1 0
6,259 6,259 000000007f2da7d13ad58e8fcef5026c90b7c6cd9cdf31d74dfd296138e27eca 0.00 MB 1 0
6,258 6,258 000000001978dacbef3f057db050b68d683ba1fb63bf8ee58556b136bc95d798 0.00 MB 1 0
6,257 6,257 000000002352d625810ae3828c2e051b453e9cf73fbac54707e18d9a3127e670 0.00 MB 1 0
6,256 6,256 00000000484f3bae55c16d61a0b40f355de3da86026348ef4edf1a32c24dc6c8 0.00 MB 1 0
6,255 6,255 00000000a08c6cbcd6c90029c8130ad54eccf7472f2abd2d3f4312624fc8d40f 0.00 MB 1 0
6,254 6,254 00000000f66b5cec27ccfd92c190803a556b4c0341622eb8340c13fc62cb6265 0.00 MB 1 0
6,253 6,253 000000001d092804b3398f698a251344220679988fdb0e8ea986343a23897f8b 0.00 MB 1 0
6,252 6,252 000000001a5940544c28328371f6252db962f0540cfdc30db2bd1aa334a72d6a 0.00 MB 1 0
6,251 6,251 0000000055546a4294b2d4f69f88820b64bf4c09b4a35cfd90a1592abe6b2826 0.00 MB 1 0
6,250 6,250 000000006e770b1ca94980e21a70ecce08431b2a15079693d099d7b7a94a14c2 0.00 MB 1 0
6,249 6,249 00000000b4b914dc7346ce28f26e0c67dfd728cdb1a1c13fc3941138ad261a8c 0.00 MB 1 0
6,248 6,248 00000000b032d6ca616df20b1c993ec5ff58b856ac76ed8c43a967b688e0c28d 0.00 MB 1 0
6,247 6,247 00000000cf4d5db0e86593924cd37beade54cd8085942f83248d1f5fa3871284 0.00 MB 1 0
6,246 6,246 0000000061a39096a7d96eefd98961e4c82fc750e9a5ebef9fdcb8706f6ed828 0.00 MB 1 0
6,245 6,245 0000000011bcb964387316b6ce0b1942980c0a14b7ad3220acc1fe407bb44e71 0.00 MB 1 0
6,244 6,244 00000000d5b191939be02a3657d5c784bd713d3389602765791989ba9cde529b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.47 GB sent, 100.85 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.