Memory Pool Memory Pool Refreshing

2,533 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (59,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
848,440 848,440 000000000000000000034c28f245e35ee018d4fd98e86ae5c4b0762f0a9b6ec4 1.45 MB 5,775 17
848,439 848,439 000000000000000000006d02537c9fbf7da7d0a6091bd49f89cea28724d4d6d8 1.43 MB 5,116 25
848,438 848,438 0000000000000000000254b622de3ae2dec5994e3d2c8eacba1cd1f32dd7a983 1.49 MB 5,327 27
848,437 848,437 0000000000000000000264d677bd8adb9d41693e455c8dfc0d155b1b3e9a86a0 1.82 MB 5,156 14
848,436 848,436 00000000000000000000cc0c56eee6e192f3538363b476fbe3f4111cfec16d18 1.92 MB 3,589 15
848,435 848,435 000000000000000000027bb3e0710efb63079d813aff11f65e90f37ac38a8819 1.85 MB 4,821 10
848,434 848,434 00000000000000000002658439ceeb840facec2bcc7567a2d86b0292981784bb 1.83 MB 4,674 11
848,433 848,433 0000000000000000000312d1c349692cf21824f45894dde9042fb38c34f222ad 1.56 MB 3,148 20
848,432 848,432 00000000000000000001094482456c72ff4559faeed19edc457de3eef871d382 1.79 MB 5,186 15
848,431 848,431 00000000000000000002a6ef4308d36284e90985083594c5f6c5304c53153eba 1.93 MB 5,167 12
848,430 848,430 0000000000000000000298ceb185834e067b6355f74e7df172252b439e75ad65 1.80 MB 4,314 15
848,429 848,429 00000000000000000001f17ad450120d2394f5470c3ceaf78c0f516a87ab04f2 1.80 MB 3,172 20
848,428 848,428 00000000000000000001bd7de04246d7d65d6b98627b61fd5f7151e9a5d25b14 1.34 MB 3,069 18
848,427 848,427 00000000000000000000807c92bf2fc8be6361dd21b29a5ce853688d0c8fec3f 1.90 MB 4,401 15
848,426 848,426 00000000000000000001a31ecd97930709418617e8222fe8c5bd64514f434e6f 2.34 MB 3,157 15
848,425 848,425 0000000000000000000288009c399d8a7459f8095f073ea8e381cc9a49b5d210 1.50 MB 5,123 17
848,424 848,424 000000000000000000023d9dd2b6781491e6dd59534f301b54270b904ba52a87 2.02 MB 4,204 11
848,423 848,423 0000000000000000000332bfec81cd923a8caa81f5ca6c19a8707479f0cc89bb 1.82 MB 3,091 16
848,422 848,422 00000000000000000001ff387e8d1ad2cdb445c693a5dfe3fe8844c51771b4cd 1.51 MB 5,302 15
848,421 848,421 000000000000000000012df3e5ff0db130a90c5fecd3d6820616ad0f3e7b2b98 1.36 MB 4,674 19
848,420 848,420 00000000000000000000b0376f72f39bbe658b36e0da0f97ea3047b126f85e22 1.50 MB 5,842 24
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.