Memory Pool Memory Pool Refreshing

1,347 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,340 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (879,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,081 29,081 0000000016d283b1f9297c60fc17a6f2eb87316c5d6030ab094c08d99e0f8419 0.00 MB 1 0
29,080 29,080 00000000b6daa45476938001f4ab8a273758699a48dcd5a1add3bd1d2f7547ed 0.00 MB 1 0
29,079 29,079 00000000a20d70361e4c6a439b82af5eb7496df55eee98ce2d69bbb0329d5d4d 0.00 MB 1 0
29,078 29,078 00000000f3f63631d9f785db19d2782b2e8b6cb06b770e633ab9df3d19778411 0.00 MB 1 0
29,077 29,077 000000009bd44cf96417afa5a3ce89f48be940af1c454e9626e640ef19d16e58 0.00 MB 1 0
29,076 29,076 0000000002a54c81d2e068fcebfb2e98b00ca5069db891d06988a4ee713594f7 0.00 MB 1 0
29,075 29,075 00000000e95eec47e8234dac608049a5ce8aa8abc45d51dfa3ab6140ca174955 0.00 MB 1 0
29,074 29,074 00000000b004c5bd1e422c69434d60d6114a4bff7452486d6271324305817780 0.00 MB 1 0
29,073 29,073 00000000d47f594e17b4b616b11c1272a35175736a6d53700893e91daba7d62f 0.00 MB 2 0
29,072 29,072 00000000ec83ebe92852d32cb284886c6ac9c1829613b896857c000cab351b59 0.00 MB 1 0
29,071 29,071 00000000b24146eccdc24950546bd4692ea09a63b6cc4910a1ee73d983a64c58 0.00 MB 1 0
29,070 29,070 0000000061338f4340105f238205d88ee30d10394c1255b3ca89e645e2263ed6 0.00 MB 1 0
29,069 29,069 0000000008903a215283c95bba808f92ebaf8c4f3aaa10c49e622b338c9a7b40 0.00 MB 1 0
29,068 29,068 000000007dd218a9041e3b7e86ac2d946b6fc0f214fb29bcab9843164f9020d3 0.00 MB 1 0
29,067 29,067 00000000b9cb4a5bd57e767da6878700659d108b39dc9491ee2a56a459011056 0.00 MB 1 0
29,066 29,066 000000002451a58ba4486c641b89d0221a631d75b3a49fb897a02f3adcc8d0b6 0.00 MB 1 0
29,065 29,065 00000000abef745e3c0c6ab5f5936edca970b83491f7b74604d4dbdb9968fcd6 0.00 MB 1 0
29,064 29,064 000000006452c88bc37d89f916af114656a2ded315fcdad0ccac089ad6eaaacc 0.00 MB 1 0
29,063 29,063 00000000aada33c6c91c2587d241d7d776f7cbbafe0dedb5983cd7dee5fca785 0.00 MB 1 0
29,062 29,062 00000000d175e421e86842d1dda9bb94d518bbe501898626db1451f18776eff4 0.00 MB 1 0
29,061 29,061 000000007e824accab9aceb7635a05a8623629e93e9baa6b7779ceab19a284a6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.32 GB sent, 101.64 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.