Memory Pool Memory Pool Refreshing

1,208 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,011 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (776,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,517 131,517 00000000000005873df43282d3a333c1796fd77320bcc88902f0d669e842a00f 0.01 MB 35 701
131,516 131,516 0000000000000e11bef0883c4d816a81782880451a44d8ab3472a889ec747274 0.04 MB 74 913
131,515 131,515 00000000000008842db35f6914fdbc746a0380e338a0c9dfdeaad446d3b35a0d 0.10 MB 213 887
131,514 131,514 00000000000001748953f0b3c1a2bbe7ba81a185f6f99a66d9322e027960181d 0.05 MB 149 971
131,513 131,513 0000000000000637a3a99bd980bfe3e642dcff1997fb995b3bd0d004a80b2c65 0.05 MB 126 187
131,512 131,512 000000000000006cdd3c1e6d485ed1e4e47116935a3d0ffcf350facaf47f5b4b 0.04 MB 58 998
131,511 131,511 00000000000008c07ac47666a747035c79704ba21f5f64c15917ac3d6c53c84c 0.01 MB 29 743
131,510 131,510 0000000000000c078b14ec845dda014e2195cf16bb5764efba9d11506711904b 0.02 MB 58 1,878
131,509 131,509 0000000000000e005bbb5e439ae40603bda01036e24e903ab3d40e5f0703d2f9 0.05 MB 106 757
131,508 131,508 00000000000001e041900b4f6237b9015b7057235b7ab09acbf3729df7f3092d 0.01 MB 13 1,234
131,507 131,507 00000000000006065219510cf917aa3c0fdbfa8f7027257b7ebae8de33f0ed7a 0.02 MB 42 230
131,506 131,506 0000000000001180eb4a3d3bf62fb3f46aca2e8b451a3b23957ccc2f91778bfc 0.00 MB 8 789
131,505 131,505 0000000000000dcb32338eeb434903067e2c2ed02d0fc2e5b2df6c90bccc4e2a 0.02 MB 30 364
131,504 131,504 0000000000000aff7aaf77911f7e32c9f133e276501aaf24b261ad74be22c081 0.00 MB 6 814
131,503 131,503 0000000000000294c834f7620fcba94d56494d75c594ec59387ad242736f3d2e 0.03 MB 109 525
131,502 131,502 000000000000042a7f38b67ea85481bb63cd3dadbed49d1a3c74f1a0202d32b9 0.05 MB 167 42
131,501 131,501 0000000000000ea7bc02bfc86ce7060d926447371ab06df03ed1e13645732d0d 0.01 MB 44 1,091
131,500 131,500 000000000000006bf0e3810f147c5280892da51b904728921baa9522b90aaa0b 0.04 MB 89 844
131,499 131,499 0000000000000827f3fb2d7d5f3664de917705855305d90deadb3ee2682a8237 0.01 MB 11 975
131,498 131,498 00000000000006112c107440b7ba61a6d58ec445b9e4e8e29f13609f38ba8227 0.03 MB 67 873
131,497 131,497 0000000000000b0e8500835d8778226eb10edd5a63244100c4d598e41f607112 0.01 MB 23 680
Previous 10 blocks ↓
Total Size: 769.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,649.47 GB sent, 95.77 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.