Memory Pool Memory Pool Refreshing

2,114 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (853,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,071 55,071 00000000139e70998e1dd04e59c905d9d64f6a46e850354105e9aaa5a2e695d0 0.00 MB 1 0
55,070 55,070 000000000639b5dfcb3193600ff9afbf04344eae21578096a76b3d36a6325727 0.00 MB 1 0
55,069 55,069 000000000f0160346abcda39e982bb80d283ece24d6da5debd5ceb444466845c 0.00 MB 1 0
55,068 55,068 000000001334aafea75b934d5f9ddc15d3e212696fed7c959de13bcdde598606 0.00 MB 1 0
55,067 55,067 00000000116a833df0ae72e61f9ebe6d347fb274c73fcfa39c6e7f2f2d234649 0.00 MB 1 0
55,066 55,066 000000000d873aac214ed751d91b133b523b571135067a0a68ebad5e49802d50 0.00 MB 1 0
55,065 55,065 00000000029e26f5ef50a365b2a24ccddcccbf257f1ac37e5c1d54d03eddf024 0.00 MB 1 0
55,064 55,064 000000000f267149c01e6d434e2ed71dd2e81cb430efe165e8c10f3043e344bd 0.00 MB 1 0
55,063 55,063 0000000012b14a61d17de23828cef81f4c011d05367311134333b19fca72c7cd 0.00 MB 1 0
55,062 55,062 00000000075df922a68cb9cc7aff7631a8acd3de3cd161bb5fc33a1819e5172c 0.00 MB 1 0
55,061 55,061 000000000f0a4fe531ce45a00b520a404332cce8742fa8eea32eeb9c0207c3db 0.00 MB 1 0
55,060 55,060 000000000fc174dfe9bf679533a79834715c5072451b8ee30641dd2e05f0395b 0.00 MB 1 0
55,059 55,059 000000000865fbbb878bc293bbb49b817b87dc91f24802d33a20129c20172275 0.00 MB 1 0
55,058 55,058 000000000ca0ff34921259c52620510f30b40a51d30306abc0104143888b621a 0.03 MB 6 0
55,057 55,057 000000000bbf6e3d4121b3f31b52d55e036e3d6331986d7c7755a38111527367 0.00 MB 1 0
55,056 55,056 00000000108c2a294a1263bbfe586109edf96d3e6efff75c3c274b020cbf63b8 0.00 MB 1 0
55,055 55,055 0000000002e3d27acc83c6078e247eefd55c08b5715f0600b5b22838deeb963c 0.00 MB 1 0
55,054 55,054 0000000006e912650c039e0fd3f648ad519629b5d1d9c8883880c6f5e4041765 0.00 MB 1 0
55,053 55,053 000000000752656e9139c5cd6962b74dacc32f177a2e5504d9474c3da433ebf0 0.00 MB 1 0
55,052 55,052 0000000008ed9bd99edf4a284015905a58c2e07b8e55cad1d675f4ce134b57e6 0.00 MB 1 0
55,051 55,051 000000000eee067257d72afab77b1296b336d15f886ce94682ba1682c9395fda 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.