Memory Pool Memory Pool Refreshing

10,047 transactions
4.59 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (556,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,276 351,276 00000000000000000c625206c60b1d5e4d2a2ff0fd2a32338c54def43d6128b9 0.22 MB 404 24
351,275 351,275 000000000000000008369da3c482714191db684725ce1087b17f10ebd67a7e70 0.10 MB 145 18
351,274 351,274 0000000000000000048b0d90bb959c69348371d1496cca6ff2f028d3095dc32d 0.76 MB 953 17
351,273 351,273 000000000000000010985722cb75316155b6f8f5ba75d48dbedbda92decb32f6 0.75 MB 1,426 43
351,272 351,272 000000000000000003f2c8cf18e81ec76c6b8a6dbfeda37bb289f71cfdd68db9 0.78 MB 1,642 31
351,271 351,271 00000000000000000ae1cb36aa3adb6d98ec8cf496a3695238309f8bcf376523 0.27 MB 557 26
351,270 351,270 00000000000000000a77c6eec236ec21a4b68a84de1afd507f674b991cb7c04c 0.42 MB 719 23
351,269 351,269 0000000000000000132af1d8bce63f030ac4e0273042c9e5e78056fa9863673d 0.35 MB 775 31
351,268 351,268 000000000000000000cd364bd30f346b2f20d0bed1c414f41a6dd090dc7335df 0.67 MB 1,258 25
351,267 351,267 00000000000000000f0b445a90dd0f0b7bb0d3ed750b46724e49183f5c23fb81 0.75 MB 1,340 30
351,266 351,266 0000000000000000095de4c32bd0190963c866a58b05e516f9d05515b80fef65 0.36 MB 623 21
351,265 351,265 00000000000000000cc0c9c8e8e17c3ca84f324ddaa928512086ad28fc8bd76a 0.75 MB 1,070 25
351,264 351,264 00000000000000000cb617f26044a957b445eb41eb58d16fb8d03332c503236a 0.75 MB 1,911 37
351,263 351,263 000000000000000004bf2826dde8281c94a033766ba59cd72739e28c0397b858 0.14 MB 273 20
351,262 351,262 00000000000000000803a7ff8d7014e54fcccfa7ea8fe881d56c4f3badd12986 0.26 MB 443 25
351,261 351,261 000000000000000010ab28e68f20e7d3dff2f5a538bc1970c3a37d50b7eb9fec 0.18 MB 236 17
351,260 351,260 00000000000000000a3e5fbb9aed6643e09548978d0da063f8891ad175665cdd 0.22 MB 295 17
351,259 351,259 00000000000000000b9eb4138ba3d75257d34b32e73325857c0d319300c314b0 0.75 MB 1,293 24
351,258 351,258 0000000000000000159c20b6c72a529ca3942cd72ded4da3fa1aa628ce51118f 0.23 MB 464 38
351,257 351,257 0000000000000000067ffeadc4baee4d3ca899348a0dce962df977a43fed1d14 0.07 MB 48 6
351,256 351,256 00000000000000001632b54d724c22da49743875ed92bf35a5341ead876c3a43 0.28 MB 418 21
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.