Memory Pool Memory Pool Refreshing

9,835 transactions
4.55 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,084 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (826,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,151 81,151 0000000000402afe4cb12445736eb619fc958fe492daec5c29b59b886d1b49ef 0.00 MB 8 0
81,150 81,150 00000000002a6a662755e7176bc23c0d88b6c7c0a91b00ba9c1c0ac4ffba3a9f 0.00 MB 9 0
81,149 81,149 000000000039f4fe3a5c176ea17db7accdc808c1687220be0c77a816ac452da6 0.00 MB 10 0
81,148 81,148 00000000001297eca8c25ea7648719de7a1213f239b503fca3d62ed89468a5a9 0.01 MB 10 0
81,147 81,147 00000000003946d00534b21d9d6bc2d59612d86202a2eb8afe933b44073dc66b 0.00 MB 6 0
81,146 81,146 00000000002129672f5bba77f76cc2c7dd3da38081535a7adb47d41c69b7966f 0.00 MB 12 0
81,145 81,145 00000000001716d1b283b3247da99e4653317fcf424f04467b79e91c93d11bb1 0.00 MB 13 0
81,144 81,144 000000000030e78fb5e2d031fce3c4cd5e8ee4fc72cfcd36c1507b4b4001f8cd 0.00 MB 15 0
81,143 81,143 000000000008a09b204e81d4d23c2c45c5accee55886978eaf2aea27aa944a35 0.00 MB 15 0
81,142 81,142 0000000000409e2d8d6d391f2d36814e79f0e3b36a76a5d0697c653915887012 0.01 MB 11 0
81,141 81,141 000000000045365cb841be62914d9d8bfff5bdb6313a5f52fb7da21e42d6b290 0.00 MB 1 0
81,140 81,140 00000000001d5335ebf0a2ee9570e7c16cb724d5dc9b5bcb0ec626f13868cae4 0.00 MB 6 0
81,139 81,139 000000000010c87a9b4b405047b97a7cc04dedbe0eda33e5afe3e83e8d2c4a59 0.00 MB 3 0
81,138 81,138 000000000029b2cc0a0384e01cbf033277ac3aae7e7b57780f0591fecc11320f 0.00 MB 6 0
81,137 81,137 00000000001bb91f90d19b1b936b229fc85c10e824d024cea77802dd0f62868d 0.00 MB 1 0
81,136 81,136 000000000046daff8e4b7e4ab7aad45e111a4b04c848b93b8d3ab17d5de5bb07 0.00 MB 1 0
81,135 81,135 00000000000316293d5a21437fefb89e24c8a64b3057e8d0e55bbf955a9cfa40 0.00 MB 1 0
81,134 81,134 0000000000160f459906cf5c6508e0b8d8a21923e10064f745f8b136cdea7190 0.00 MB 1 0
81,133 81,133 0000000000087262ff58b2457edf957d0c8e2927197d960b244874c74b0cc6c6 0.00 MB 3 0
81,132 81,132 00000000000cfde5c65526e79df7f22961cd07d42c5e716548262b488040bf60 0.00 MB 3 0
81,131 81,131 000000000005e3f2279709c79104f0ae61e1b36a8a60dcf1e320c7d30614bec8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.