Memory Pool Memory Pool Refreshing

5,354 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (723,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,885 183,885 000000000000068c7d333eea34208bdb44a25ec8304ce65c0883b122b172809e 0.40 MB 962 154
183,884 183,884 00000000000009e42684b00b0f7f4dfaf35c5bb7b7083b76faa6ca6ffc5f8600 0.05 MB 160 123
183,883 183,883 00000000000006d1153b73a0435404e788b943133700cd6eedee0c8688d1e759 0.05 MB 155 62
183,882 183,882 0000000000000621ea1280bf40817e3c65c45f4c17b6f8067e0019c5f8c5bf9b 0.00 MB 10 30
183,881 183,881 0000000000000854b0742e3b8cd6141cb846e4da31b29fdb91b29fefc11ffc01 0.25 MB 375 98
183,880 183,880 00000000000009a53369f28249e5eb444a4e2de241b63b1fd8c2bb9dd0f56ddc 0.00 MB 6 452
183,879 183,879 00000000000009ecd93b12ffaa7b8fd694a1b7a48316705bcff2efd1343d965b 0.00 MB 11 0
183,878 183,878 0000000000000287536e34a21ac22f90b8b45c2431b65b57def966e78f54d2a3 0.39 MB 817 109
183,877 183,877 000000000000033b92912fbeacd82d2f948ceec2dac8608b767cc766f573a490 0.05 MB 152 137
183,876 183,876 00000000000005419eafd7bdf6680706e6e7c3782f63f375ffa7d07e0481e5ed 0.01 MB 24 35
183,875 183,875 00000000000008abba339443a545ccc0f9892722f5d4e7690d37a31dcb9a5cd9 0.05 MB 146 163
183,874 183,874 00000000000000a775b7a3e1025d5952670dfbb42693756e34ad387f21cfec6b 0.25 MB 637 130
183,873 183,873 00000000000000ae55e72d68d1a693fc017d84596b349caa08c8c2ba3ec5d798 0.01 MB 23 1
183,872 183,872 00000000000007f58584449c26200bbd9c797efa37a90feb6b4de63f42391a35 0.25 MB 696 144
183,871 183,871 0000000000000408645d05c4efac6fcf58add1a6f294b61cb4cc9b0aa5f80464 0.25 MB 606 135
183,870 183,870 0000000000000893c02e53ee8aff69081b489c26c69a970b7a6fe8082fbf88d9 0.01 MB 24 29
183,869 183,869 0000000000000338f202aec6fe0b477f274b60320e220aa749c25301c6332c1e 0.21 MB 503 150
183,868 183,868 00000000000003fca0b67e93ce504b1027a72aaf7b06bcc175726337295334f6 0.16 MB 256 124
183,867 183,867 00000000000000a7bf4acf4812a8b2a2d1c19e1e6adfd94c7cf6eb781c6799ae 0.22 MB 608 146
183,866 183,866 0000000000000689a679f18345b48ad3de22d3336c38ae5b6d1247e8fa061c2b 0.05 MB 132 149
183,865 183,865 00000000000006ce61e01ac076c703c663e8ff8dd117d4acfb72641975421474 0.00 MB 12 362
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.