Memory Pool Memory Pool Refreshing

6,052 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (178,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,263 729,263 00000000000000000006f5589d45fa3879c8a2972b0970d0cfe0dc5d20e112f2 1.43 MB 2,945 13
729,262 729,262 00000000000000000003cd92d54ddb2243de3104d91cec72d19bdeb3212fc6a3 0.19 MB 178 5
729,261 729,261 00000000000000000004b2ec9ddf30a7413035802704d3f4d94cf4633a6dc5c9 1.49 MB 2,175 7
729,260 729,260 000000000000000000064bd1dd50cc0768cf930a3b77a7e140b904c6171576aa 0.14 MB 249 8
729,259 729,259 00000000000000000007adeb5c36b4d2fc0ac85d418df9479576597b486bf46b 0.79 MB 1,356 10
729,258 729,258 0000000000000000000414c8f3a3498e4c60db7a655bbf54778d09726807bad5 0.25 MB 538 9
729,257 729,257 00000000000000000009e1ebb415d3b25b3858f96a34e6f95871afb86e1f5d1d 1.30 MB 1,530 8
729,256 729,256 00000000000000000003a50a91e224a0086a6a54fc9cd5e45489d271ce5288d7 1.44 MB 1,106 3
729,255 729,255 00000000000000000009de02957a887edd2df024628b8d99974683c32f0c9b4f 1.50 MB 3,177 9
729,254 729,254 000000000000000000010273ce8d3794ef242ea9b2e146b1474cd80c553f4f02 0.02 MB 56 8
729,253 729,253 00000000000000000007621e8b9947b4b12c533e60e3dcdfb6cd55b684cb5238 1.02 MB 1,813 8
729,252 729,252 000000000000000000021186e23baef100344f55de6ddf927ee3332c71c9932a 0.45 MB 235 2
729,251 729,251 0000000000000000000468255f33a7d8797d6f02f7b7365df7c82a66179893c9 1.37 MB 2,012 5
729,250 729,250 00000000000000000004194912e8dce29b3e2b20a62b0946607d9f037e7a8606 1.35 MB 2,130 7
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
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.