Memory Pool Memory Pool Refreshing

1,430 transactions
0.31 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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (902,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,993 5,993 00000000008cd551822768cf78bfd9ffdc68471338636ce7cfb5b22822f0aa74 0.00 MB 1 0
5,992 5,992 000000000b2c1d0ce75fe618d605ae55865d82fc045f959ddff2c839e66f3e52 0.00 MB 1 0
5,991 5,991 00000000527063ef7283eef1af012ceb119299e948d44175941d6c3ef6da4109 0.00 MB 1 0
5,990 5,990 00000000b05ae9b737d5d518dde28f7a51f265606691e2c1fb5c6f05a7f3524a 0.00 MB 1 0
5,989 5,989 000000008da5da1d5f7b8c1516770407f5636769da593f779f2b00be31cc11b1 0.00 MB 1 0
5,988 5,988 00000000922b9826d019a1e19edb02b9b63138f8a213ffd88449e94cd0618e6b 0.00 MB 1 0
5,987 5,987 000000007a662cad3436e863e7906ede734d346d1a7a21b1b1d1875f7ca01212 0.00 MB 1 0
5,986 5,986 00000000484cd82435395659547029931a6cc76d9947055ddd817bdad8ffab02 0.00 MB 1 0
5,985 5,985 00000000009b4b024ee5b5a011fa3a8c1d6d2155eb1822d2d3673f28160c943d 0.00 MB 1 0
5,984 5,984 00000000b889b91e5a6c043366f29e31e9e9cf64b4e771dd4cab87562c2306d8 0.00 MB 1 0
5,983 5,983 0000000007a3d4e82bab6dd5c48f6be01b0b80ac5134a3d87629a6fc26c48dbc 0.00 MB 1 0
5,982 5,982 0000000030758b5a93041fdfcae3c10de124013f0a6133bf2efd61872eaf622b 0.00 MB 1 0
5,981 5,981 00000000074e3037bb19046e7afc5f88418e6d188477615dbce76877b2e639b8 0.00 MB 1 0
5,980 5,980 000000005795a59fb1b1ec304af65a747a73bcd66c6200286392e8c47375a924 0.00 MB 1 0
5,979 5,979 00000000862e368008109249209ab82652b294d45f69f98b670fd78ac6eaabbd 0.00 MB 1 0
5,978 5,978 0000000023a6db2eb5ebd4045692676a474871628fb1df3e54eb5871dfb79ef4 0.00 MB 1 0
5,977 5,977 00000000b225bff1ddefbf7c5bdfc50b19aed87958532634dafa17dc62ed1556 0.00 MB 1 0
5,976 5,976 000000004426ab753a1b3200a81baea251f6914e2427668906dee1b8df015788 0.00 MB 1 0
5,975 5,975 000000009e2b227a3bc1f65cfbff4ee1556501a31db849e5a5be46be3acc69eb 0.00 MB 1 0
5,974 5,974 000000006b67f1eefedae06fbf6c0c9dba1a74d187110fd063fbc1d76bf670a4 0.00 MB 1 0
5,973 5,973 00000000a007bc9cee66fa22462d0a43627e3e93700dbfc4396b05ea1b9a4635 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.62 GB sent, 100.53 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.