Memory Pool Memory Pool Refreshing

4,595 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (28,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,162 879,162 00000000000000000001d510504ff84937563a3baf2dc7284454661a9ae3e80f 1.64 MB 1,793 3
879,161 879,161 00000000000000000000804abc52f662bebe1a0513f8ae1376a7e82d5406430e 1.78 MB 1,980 3
879,160 879,160 00000000000000000001d2544257d81e2fbafd0e9447034f24e0bde285a0d18a 2.64 MB 1,125 2
879,159 879,159 00000000000000000001de782d2b31b21fe3f7bf195b7d19de594c0f60c08a20 1.75 MB 2,093 5
879,158 879,158 00000000000000000001635d89f78e08ccd891217676817a71930b66f564b98a 3.18 MB 488 1
879,157 879,157 000000000000000000011e63ff74cd73aa034f22db02b747ff9b69abd6e48cac 1.79 MB 2,139 3
879,156 879,156 00000000000000000001546641dfba3f727afae229ffea9e2bc0bfa973d4d25d 2.41 MB 626 1
879,155 879,155 00000000000000000001128c06b9d5b8b93c0775e16c9137b9b0a73d280eeb4f 1.72 MB 2,719 6
879,154 879,154 00000000000000000000cb1540f20b2178d7f53ce1c350a1db3d55a5d3e49962 1.98 MB 2,507 5
879,153 879,153 000000000000000000014d4350b025cd35345d2bd6dbdedc91ba638eafd01f2c 2.41 MB 1,752 3
879,152 879,152 00000000000000000000dfd38c96186e6fd6508d20fe44bcde95dd30e6d92e7d 2.04 MB 2,154 3
879,151 879,151 00000000000000000000fc1f8d81fd0c22dd725ba06ce4a9715916dafdec2d57 2.78 MB 1,060 1
879,150 879,150 0000000000000000000125325db8f3ca378f94ffda605de90b132e55a0342988 1.94 MB 1,746 3
879,149 879,149 000000000000000000010acc813fd1608f47855ab7444081ead73bd8b3ed8e2d 1.61 MB 2,223 4
879,148 879,148 000000000000000000019fce76eeb10aaa5825ed458802c77cbc98ec44eaf316 1.90 MB 2,653 4
879,147 879,147 00000000000000000001cd6c88a0f17c0f821041d9bdc4b1ea13fdec49b2eac1 1.65 MB 3,274 8
879,146 879,146 0000000000000000000042db9e17f012dcd01f3425aa403e29c28c0dc1d16470 2.48 MB 970 2
879,145 879,145 00000000000000000000f791e89c753e4bb9b598cca19854647ce65edbfa042f 2.33 MB 1,151 1
879,144 879,144 00000000000000000000b5e65e90c0c769729eeacb8b3f506d43e48358c68146 1.79 MB 2,226 7
879,143 879,143 00000000000000000002205fd19486fa25eb147ed759f36b9005b97eaa523d11 1.73 MB 2,250 5
879,142 879,142 0000000000000000000139d128a416fdfb345b63fdf05465b39aeda363e21632 2.12 MB 1,606 3
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.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.