Memory Pool Memory Pool Refreshing

5,149 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (563,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,274 344,274 000000000000000018355a9f129531d8463fcf5057f86e6606d153b856797b40 0.75 MB 846 18
344,273 344,273 000000000000000017b2576a68a351d98d24bc8a42a74d9ba8db4ceaeed79ab5 0.75 MB 1,667 30
344,272 344,272 00000000000000000995aaef64a3ebd5916cdb477ed9385b005b295a7162addc 0.90 MB 2,037 30
344,271 344,271 00000000000000000e36d863c0bf9e9ccc5db298f0fcdbc6226185413ff3cff9 0.75 MB 1,405 26
344,270 344,270 00000000000000000af8b608b5bb49d440976d55dc7399c850d74c7f83d2a915 0.16 MB 512 46
344,269 344,269 00000000000000000b6241d6e86f7b27d43458cb7666adaeacc078b2c6a13ff0 0.46 MB 842 26
344,268 344,268 00000000000000000d97dcfeb6de620f1983f5b0e2efd2e4bb0189f833b8d83a 0.14 MB 256 28
344,267 344,267 000000000000000017a90455633ff8af008a7ef39211798afed0b5344a3ac441 0.06 MB 100 19
344,266 344,266 000000000000000008cffe0d96179bd661b55383d70b09de7e37bc414ccc4916 0.02 MB 39 28
344,265 344,265 00000000000000000d323ad30f3e4118719affcbd5378a30b090b7ee13de544d 0.17 MB 249 22
344,264 344,264 000000000000000005f957bec271813e8d1a904de71206249c375d83a31c74a1 0.09 MB 182 26
344,263 344,263 00000000000000000b6c5c57870af15374d0e3b01039446c5ec22250f3766b7d 0.30 MB 699 30
344,262 344,262 000000000000000001eba25d4497ef78992e0f42e8f559c9244eb16225c7e0c4 0.49 MB 790 22
344,261 344,261 0000000000000000068045530f863bd4125b08994b984ce1ef9131d3fb06b1a7 0.39 MB 668 28
344,260 344,260 00000000000000000f533fe1d71db1afb7f045608fee7ff7ce43e718909f7f31 0.24 MB 512 29
344,259 344,259 0000000000000000119160a973e4389d77ce5b681aa1876fe5aab4339e79c639 0.56 MB 873 20
344,258 344,258 00000000000000000bf1a486ac90503bffaa2e558a41dbe56b1308f27b688739 0.14 MB 512 49
344,257 344,257 00000000000000001715a1d821f3d70190fe193d608e2d492941ae486a0e6022 0.03 MB 68 11
344,256 344,256 0000000000000000030d8ad69208f2b3d0e76a7bd6b1cd18d41b7d2c5e162673 0.56 MB 965 23
344,255 344,255 0000000000000000013bae8e82ef20860c24568cf88c82846756914de0176de6 0.42 MB 793 24
344,254 344,254 0000000000000000094de59312639bda98e03d57b1cbd61608c727a78f31599e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.