Memory Pool Memory Pool Refreshing

10,904 transactions
3.27 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (34,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,158 873,158 000000000000000000007e451b01db6ed23b189a9e0b9b980b73ff07b35b80e3 1.21 MB 1,278 4
873,157 873,157 00000000000000000001db0a56e48ffcde272119f9051b5405ab40bf7c85a2ba 1.28 MB 1,684 5
873,156 873,156 00000000000000000001165360e131570aac7f8a391536fe1fbe2813f4c67794 1.49 MB 2,853 7
873,155 873,155 0000000000000000000095f25e5ed11cb2b9247ca82b6cf967d0fce97f88e39c 1.50 MB 2,514 4
873,154 873,154 00000000000000000000002e0750bf4dbd39df9796b5811ab4968925a3ed7369 1.36 MB 2,029 5
873,153 873,153 000000000000000000011f4d3f13c9bcd1bde01cb9dcf8915e447af047c43e7d 1.60 MB 3,421 9
873,152 873,152 000000000000000000004724188699b41c875a17c996d34efb82e4d030e4e540 1.24 MB 1,547 5
873,151 873,151 00000000000000000001cd54eedea2e9ad61d83e8219cf374426db8f7f48663c 1.18 MB 638 4
873,150 873,150 000000000000000000018eb63917d3f52670b2b564b87b58c4bd33aa5ebb0f53 1.20 MB 878 5
873,149 873,149 00000000000000000000be0fa7d03e78507c1bb2d0957699e498e982eae0049b 1.55 MB 3,260 7
873,148 873,148 00000000000000000002918e9b30d4eec4055c1494a3431b875a5f05e9db9336 1.28 MB 1,994 5
873,147 873,147 000000000000000000026ec655579c8c24b73561c4117f05663deac6f1e9c447 1.81 MB 2,589 5
873,146 873,146 00000000000000000000b84c548c298e305e95a621962bcf2c01f1bc9331b755 1.63 MB 2,883 5
873,145 873,145 000000000000000000009f0ed0f93035930ea2538ffef5543d222f1dd2cead40 1.52 MB 2,668 9
873,144 873,144 0000000000000000000191bf045d29301c004928fb5d2ee2201a623737f59065 1.51 MB 2,414 8
873,143 873,143 000000000000000000012620e16d75aa78a1e16655ac1e3c60443842f9b05370 1.71 MB 2,755 8
873,142 873,142 000000000000000000011bc1e0d92f76bb2ac50ce1c85dc3250e19c2bec4e5f3 1.53 MB 3,621 12
873,141 873,141 00000000000000000000e6835977d0433eb141118ed4aa8f8ea88b2ddcc7cb57 1.69 MB 2,525 5
873,140 873,140 00000000000000000000bdea2f9e3bba74a233032653fe7816b4ec4ffd5a2890 1.59 MB 3,354 8
873,139 873,139 00000000000000000001bc5207b3607fd54a610f88b2e347a7f0fba4e0690c10 1.48 MB 3,335 8
873,138 873,138 0000000000000000000298f40aecc4027ae161b70f923e93160faa80fcd28ba4 1.58 MB 3,542 8
Previous 10 blocks ↓
Total Size: 769.01 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,621.47 GB sent, 92.91 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.