Memory Pool Memory Pool Refreshing

2,385 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,947 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,371 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,946 (617,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,921 290,921 00000000000000005e1f3fad99615c1cdb486f27c11aa8a2e5635a63e254cd5e 0.12 MB 256 36
290,920 290,920 00000000000000006a327db6b300c47da5eac0ea5fe9d839b471551200589b46 0.05 MB 17 2
290,919 290,919 00000000000000008027e5ba32d3e745390bbcc014ddcc4e2e09a99a371eb091 0.14 MB 222 28
290,918 290,918 00000000000000000cce4f5537c749c0f8fc164e1683b97687b54e147aa49785 0.28 MB 559 36
290,917 290,917 0000000000000000c4bda99fbbae081695e1c1a747ef3347802a3091fffad658 0.21 MB 468 44
290,916 290,916 00000000000000008c38a1993da33239b48bd240b852ee5fefd43ea809dce7b2 0.04 MB 84 35
290,915 290,915 0000000000000000214b29771c2a2e32c75192a603ec426066ec9624f36d9223 0.34 MB 555 25
290,914 290,914 0000000000000000fc59e0b7a6151efa3f92cedcf98b386c1ccd37d128c5beb5 0.17 MB 512 1,249
290,913 290,913 00000000000000005cec1bd95835eb9867e9f9143d89c644adaa6a4a72b638b7 0.05 MB 128 53
290,912 290,912 0000000000000000891b5d765699da3cd77fb4d8c32d0733c54447e8a3fbe42e 0.05 MB 128 42
290,911 290,911 0000000000000000e631f13c5c2c1eeae1db138dcf1e8029c80d43c972e91dd0 0.10 MB 164 36
290,910 290,910 00000000000000007482cc0e379694d08c7fc7d82040239d9604140b18911019 0.05 MB 74 29
290,909 290,909 0000000000000000a5e60eb25fff50dce7109599af24560dbeda995820dce350 0.14 MB 231 45
290,908 290,908 00000000000000009a9aeaeb2fbacfbae6d9c3737e969646e00d555c8f43eaef 0.24 MB 452 38
290,907 290,907 0000000000000000890014f3b2e4fd6e7d38ec721a92447d9a2564364f16fae9 0.10 MB 227 33
290,906 290,906 0000000000000000d4e5235c9527a35022d8f4c76b117e02da0cf6277d976852 0.02 MB 42 39
290,905 290,905 0000000000000000ce513312481068fe7376812ed1149ab4d3035b8b385bc131 0.02 MB 15 19
290,904 290,904 000000000000000011cc2c0b6a52548b823989061122abd8b9b9f34d4591e244 0.23 MB 585 50
290,903 290,903 000000000000000017d641a7af5ebe88b909a87d0173b3b3d07b96e76713b973 0.11 MB 192 20
290,902 290,902 000000000000000043c23c3e225be3f0e8013093038201da1f179025391af382 0.05 MB 105 26
290,901 290,901 00000000000000009cfd996a370cf34a618d8bfb80c360d132e393d2019cb9c6 0.56 MB 1,232 42
Previous 10 blocks ↓
Total Size: 769.45 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,645.74 GB sent, 95.16 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.