Memory Pool Memory Pool Refreshing

2,160 transactions
0.77 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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (844,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,877 63,877 00000000035ecf58f5f1ac5565ef43dc5af52d307e9eb9040a9b8aae5e3e244f 0.00 MB 1 0
63,876 63,876 0000000000be74bb8222b4d8964b5c7cc66f2c4306aa7b97eab101b15296aad2 0.00 MB 2 0
63,875 63,875 000000000b02d45c00743a49f13dedfef52e32cf1900f0618fdd1dd0e59f8e97 0.00 MB 1 0
63,874 63,874 0000000002421bdb9e0ccc381aa38b5dd08b6579416866459accde3a4a31b6bd 0.00 MB 1 0
63,873 63,873 0000000002428e7c7605fc282690e9cba0bd3cc49921384e42a607246319c557 0.00 MB 1 0
63,872 63,872 0000000006390ca060a949ef408f114ab489cf6124910acf3a2c094055bf7b6d 0.00 MB 1 0
63,871 63,871 000000000516131c3a4e86e4cbf9ff90336e96830172b8253f9f9a1492a7e678 0.00 MB 1 0
63,870 63,870 00000000080d048048b73c0c9b7c5ce9bc943fad38ffa67d80d9108513c79f82 0.00 MB 1 0
63,869 63,869 000000000b3d588c126e2c928679986047d197abd48ea398c6e31141806b00bc 0.00 MB 1 0
63,868 63,868 00000000055021988208cc9f565d5f7a43fd0e5535414d203e37f4efb8ddc118 0.00 MB 1 0
63,867 63,867 00000000033679e08375830244baecef896dbb3cb39342cc538260aa5f2fbeef 0.00 MB 1 0
63,866 63,866 000000000b669b4fd3e2185709007a0a01a4f097b8fa707ff5eddf66efc1cb46 0.00 MB 1 0
63,865 63,865 00000000021ec4c1a1b10cfe81cd4dbaa0982a662b2581dbba52519f15256078 0.00 MB 1 0
63,864 63,864 0000000000f971a591d96824b3e71dfdbae400504beb7d283a63df754a5d2d51 0.00 MB 3 0
63,863 63,863 0000000008dc09754937bd15cb876ffb4344c498359167a25245294eb433d425 0.00 MB 2 0
63,862 63,862 00000000030008ba7d5ee0afbffeed314157253f2d1c97f9a5367adc57503930 0.00 MB 1 0
63,861 63,861 000000000a1b0e352ca4600fa66255e1da301146353dfd5a671f4405e434c841 0.00 MB 1 0
63,860 63,860 00000000068fbfdbf4743bbbf3e30d3369677a5d0a0f056b1e8b27cd956a621b 0.00 MB 1 0
63,859 63,859 0000000008d555575b8b82e55442d49606b4879c3e4a1bd0fd07a4094b23cef4 0.00 MB 1 0
63,858 63,858 00000000080f6f45e10a13421d147e8467ee7599d71966139518b51213409021 0.00 MB 1 0
63,857 63,857 00000000096e026da5198b3e09f17c89c063245ed8812181e9916e9b6bb5cbe4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.68 GB sent, 100.68 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.