Memory Pool Memory Pool Refreshing

8,174 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,313 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (767,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,909 139,909 0000000000000283c433694bebf57af8c938e08835be6dc55e7903abc0139378 0.02 MB 50 232
139,908 139,908 00000000000008dc1b4a723fd334bb8808fe422a00b93dddf2d65da0ec0e2feb 0.00 MB 12 17
139,907 139,907 00000000000003ba7716e4a62f8dc5b8285f2d275b2992a63d2825573c7180ec 0.04 MB 65 175
139,906 139,906 00000000000000edf8c4b1cffb45372a1714eacea245db742a53f5406c0d6c28 0.05 MB 91 120
139,905 139,905 0000000000000261f1a79a2a5daa43bd1a7fcfaaff65b74526839635cef4a63c 0.03 MB 41 122
139,904 139,904 00000000000003796ae8f356ea2eb47ca57eef6a122d1a7a6e1ad6dfc454713f 0.00 MB 8 134
139,903 139,903 00000000000000d5fb5869ea9788a5470f925c44a8dfaf084482343cd3951203 0.01 MB 35 168
139,902 139,902 00000000000008b2f6ce7c83b722b4cb31d5f5419db357be68daea78f2f6ac14 0.01 MB 22 296
139,901 139,901 00000000000002bb0c7ef25c7834ef6ea07d39c42b2f13c6007f80595b138c02 0.02 MB 45 279
139,900 139,900 00000000000008b66a4e3b498fb8c96395e101aae664176ff5364ebf446da80f 0.05 MB 69 173
139,899 139,899 000000000000013243c71a753453ae7f02200275878318b6ae513449b831e1f5 0.04 MB 98 66
139,898 139,898 000000000000049ebca6e495c50d269815da40894bd6e75aade95466156f03e3 0.00 MB 10 425
139,897 139,897 000000000000000bc209b1a2b304f10d840f418c9347878079a84d24cc94a671 0.00 MB 6 39
139,896 139,896 00000000000000b536694efbd2b78574b489c8c8e4b27a9c9fbf24fdf61cf73b 0.05 MB 115 32,982
139,895 139,895 00000000000007a71dac7df5f5b08397f00df1de7f75f2f34b5dc716b30fa351 0.04 MB 44 340
139,894 139,894 000000000000046844b14b2e54e4e916b8131968c8258d63e74b4375a14d87f4 0.13 MB 322 85
139,893 139,893 0000000000000859be39016c7a2ba35db127b57281b66d1a119d1b0cfa818817 0.05 MB 82 69
139,892 139,892 00000000000008258bf05d94949fdc7d8b1db9a318784306111b5e7249b85d56 0.00 MB 1 0
139,891 139,891 0000000000000315d2d7539629bf4e74a03dccddbb5b7e45d34e2acc98f0c53d 0.03 MB 32 148
139,890 139,890 000000000000068bccc6a5666afd972a0a6ed5f50d2f0d1bbfc247caea1fb5b5 0.06 MB 115 542
139,889 139,889 00000000000003d21373c46801863d577ec877521d77a7f51234a6ae79c3024a 0.00 MB 18 263
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.