Memory Pool Memory Pool Refreshing

6,234 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,246 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (178,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,249 729,249 000000000000000000096b21bc29abd8358a64957fd6d6de42bf0469671343ef 1.23 MB 2,401 8
729,248 729,248 00000000000000000006ae1c9cb8f12022aee82d6792331f803d402e77300601 0.43 MB 842 8
729,247 729,247 0000000000000000000151dc009f155583d02971fcc085a022d485577580eab2 0.48 MB 964 8
729,246 729,246 00000000000000000001a835d8c1310e092d37d618fff72477ac191a3a40f8df 0.18 MB 329 8
729,245 729,245 00000000000000000009312f2b831c077a8080b7aad87ea2dfafd74b774e6e15 0.36 MB 514 6
729,244 729,244 000000000000000000029db369e3607d61e15a2eca4583dcbaa7219471d921e4 0.43 MB 958 8
729,243 729,243 0000000000000000000935e4a626b729ca9f9b724fb1c8b55a5beb1ba59426dd 0.89 MB 1,534 8
729,242 729,242 0000000000000000000431239bcad05855a28b15422a45e16b9714bd1ae8ec79 0.30 MB 531 9
729,241 729,241 00000000000000000007fc8cf216e4fb54b876a803c7e281a2e86c398b4e311d 0.02 MB 57 7
729,240 729,240 00000000000000000006fb081c838e846c1e2f004269db0183a4fa078062e994 0.04 MB 109 9
729,239 729,239 00000000000000000001c6dbc161c64f29741e87c492b2cb8869f9f2fdfc619d 1.58 MB 2,614 8
729,238 729,238 000000000000000000068e4a73b4e6a4c05cffc759df6ba981d660ce6644fb5b 0.03 MB 12 8
729,237 729,237 00000000000000000002455b2ded05b52be314240029a5defcdee58372c3c457 1.36 MB 1,358 2
729,236 729,236 00000000000000000001c3f80994a9b4e970bb0ebfc7c24529a9c189c06e10cd 1.45 MB 2,395 5
729,235 729,235 0000000000000000000112b809b8ba123b260781fedfee688ad04411443ac1ac 1.55 MB 3,281 5
729,234 729,234 00000000000000000004842bf7354acbdf3f4a2be7afd274db3e277f0fd47288 1.38 MB 1,626 5
729,233 729,233 000000000000000000090cbd15bfa8ea8858bbf54bfcbf7aea8d1f9593890aa0 1.52 MB 1,848 9
729,232 729,232 00000000000000000006ac30362e152a67a9c21de812cc641bf0dc6511b5b6ec 1.60 MB 1,271 6
729,231 729,231 000000000000000000099a6fb459031b666c95d430279b343182ca53cfea65f6 1.50 MB 3,095 13
729,230 729,230 0000000000000000000355c62043de7a618196a2139aea39b2171034db1c842c 1.45 MB 2,373 11
729,229 729,229 00000000000000000009351577f945e6fba287538d2c905af122259eca04c8b5 1.25 MB 1,696 10
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.