Memory Pool Memory Pool Refreshing

4,272 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,851 (798,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,353 109,353 000000000000f8350fd34973fc2b7ad8485576a041cfe8d89aad364249140037 0.00 MB 6 0
109,352 109,352 0000000000002375359a425fee2e90f6b4d5717e960e561889ebe467fcf45e31 0.00 MB 11 0
109,351 109,351 000000000000692504714cde11465dbab65eca704f265f44f98b6bb65982ea73 0.00 MB 10 0
109,350 109,350 0000000000005aabb3e1bdbdd25f6424f876458061331ebee744f1e66c710c5d 0.01 MB 48 0
109,349 109,349 00000000000163dff7bdf8b317d4bf6d9b37e22dbade68325c2bf5bba42cd16e 0.00 MB 11 0
109,348 109,348 000000000000dc1727a8543c5e1da96f8e76035cd58b1d8d8cef965f9535fdd8 0.00 MB 3 0
109,347 109,347 000000000001ad7333a0da5e566c124e1af0fa33273d702fb3486fdb4a8a55a7 0.01 MB 4 0
109,346 109,346 0000000000015fc0ce072417cf8bf5316734266c98c3c81b124618e3e7177bb6 0.00 MB 10 0
109,345 109,345 0000000000016a3e7ed05d14b8c659c106bcafe56ee66fa684534eb3c94c6b79 0.00 MB 4 0
109,344 109,344 0000000000015352f2be78f9523aaa3fe4b4d295bd3ae8f6d77099cfba096532 0.00 MB 7 0
109,343 109,343 0000000000017ea1bbc9ce36a1424b544e58af9a1605d7603750de31e91b98eb 0.00 MB 11 0
109,342 109,342 00000000000192c5f2f701421b6bb66ed11db7938e52f004acce820039969980 0.00 MB 11 0
109,341 109,341 00000000000192a1eb188adf25eca0c57036570b084ad741f541d755c3536fde 0.00 MB 11 0
109,340 109,340 000000000000f8d7c934e2dea9eca717a743e0cbe7d7cd94802618be4999ed65 0.00 MB 12 0
109,339 109,339 0000000000002a9758f41d746eef4334810e2cf932d4c319e03fea52a6b75105 0.00 MB 11 0
109,338 109,338 0000000000012435131fdcaf0c40a1ebb88563e3ccec2e33036d0738f9acdc10 0.01 MB 50 0
109,337 109,337 0000000000015bb7b4fc904eaafc6464940a4fdc7536b0a0e37b6a7a27042dc5 0.00 MB 1 0
109,336 109,336 000000000000b0b006db58e16ed34837ded9ccf61f12441ea87f10477c048c8b 0.00 MB 5 0
109,335 109,335 000000000001a6c6d6813f80a7c64d36531efb88450e0e24731bf2140b9b5178 0.00 MB 3 0
109,334 109,334 0000000000000135974bc75b175961b232775fdbc0419bd8b5ae2ddfef61cfe3 0.00 MB 3 0
109,333 109,333 000000000000dc58b5b7d048c228929c965b8c1bfbac6dd161292565f04640cb 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.24 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.