Memory Pool Memory Pool Refreshing

2,082 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,608 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,083 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,607 (808,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,927 99,927 000000000002f68f1729c26629619fb071f8bf374d8725462ce848cbc3279302 0.00 MB 3 0
99,926 99,926 00000000000269b9329990ee265f7a0fea9f50fbbca00e123fc0809224bda410 0.00 MB 1 0
99,925 99,925 00000000000127b3f5d035a4165d90eb16ac70bd624eb3c6588e3db379e90a66 0.00 MB 2 0
99,924 99,924 0000000000024f8fbc6cd31c491ea5e916b78206558bea229ed1ab1455f62cb2 0.00 MB 5 0
99,923 99,923 0000000000027a0cb9ad7e6a084fb3b402b7fcd13541266b58dacc1a659c5e36 0.00 MB 1 0
99,922 99,922 000000000002317aa6b4739e69821ddc4075b0ae26a8c69d5add0b4b4b4c4c3a 0.00 MB 8 530
99,921 99,921 000000000001f29a7138e247441349476e5a370cb0b577ca44f3151328a7484c 0.00 MB 2 0
99,920 99,920 00000000000087a374a333248a369d352e34f7ce0bd1725d27d6c8019b934a32 0.00 MB 1 0
99,919 99,919 0000000000005115598e23c475e3b059700280c1a9e4a8f17969a2d93171c1cd 0.00 MB 1 0
99,918 99,918 00000000000045ca3404d1e9bc20a6ea551f92ed65887ed71cda82bfa7c7eb29 0.00 MB 3 0
99,917 99,917 0000000000012c6657a28331488b0e6418e0aaec8b11893f8579ed7f87c7519b 0.00 MB 2 0
99,916 99,916 00000000000211ca2f19b896c4a7b66b28f50fb9bbac14e86e0b07b439158a6c 0.00 MB 1 0
99,915 99,915 0000000000045f5ff903274898cc1bcd7946e8e35c263859c0f4106d708fa53e 0.00 MB 5 0
99,914 99,914 000000000002188b21a0a19551e200fb5ae29958e6ce9821ba7681f46d60922c 0.00 MB 3 0
99,913 99,913 000000000000a3c7b0ee95d066d4ce968ab4d829494dc65eafa91196ca0e8a61 0.00 MB 2 0
99,912 99,912 0000000000016b2eeb466ebef37f2f665aa7f2fd246adf456275ff7f1413cd62 0.00 MB 1 0
99,911 99,911 0000000000006e45d6f643cd9c6fb97410de6004c8c2960c4c9ec150e629feec 0.00 MB 2 885
99,910 99,910 0000000000002d97c2baea15dd942f76309cd97063b2d70ac2489fd5d99946f8 0.00 MB 8 0
99,909 99,909 0000000000030839d0076c2c7bd1ecfb708f7dcf0564340618a3df2e31a3905f 0.00 MB 2 0
99,908 99,908 000000000004610b097fbe42b77c0b190e143c87798a7c93e73a797457b34254 0.00 MB 12 326
99,907 99,907 0000000000042f9f6a89cdb82638843d49d7d255053fe678641fc48aeadc77af 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.71 GB sent, 101.08 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.