Memory Pool Memory Pool Refreshing

4,288 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,571 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (739,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,188 168,188 000000000000037c68f7c5034ec36419af33e275a19169d0124698ba99a4c5cd 0.07 MB 105 257
168,187 168,187 00000000000007974f7c5387537cbdbc732fbd13d71c5de77abc18372882362b 0.04 MB 68 72
168,186 168,186 0000000000000794b070a937f3d70dae5f201f5823f9819edf6fcc0613ca560f 0.00 MB 1 0
168,185 168,185 00000000000000c886666d243366d899b587b8434b0391513a9db6ce4561aad1 0.11 MB 179 84
168,184 168,184 00000000000006bc96c0e7d42e18c321c87d213b55cc7b5e7522468dc6b29fbf 0.05 MB 106 66
168,183 168,183 0000000000000c244f966ef31794ee09e4672ebc5e3b75802c6d2db25e636aa7 0.05 MB 85 257
168,182 168,182 000000000000047c88b11584c9bb952162d1a8041a1fd5466075abb7394bc864 0.01 MB 21 7
168,181 168,181 00000000000004eca0d8e63f7792b2dac27c7b373e83c299c39d0b4578c7e30a 0.05 MB 81 31
168,180 168,180 00000000000005e76234b42de70847c814049f967bcf214311868f4fa6135eb0 0.06 MB 111 126
168,179 168,179 000000000000003b568cb0212df7bbc8bab01f503e2695be01c0176a20af8b28 0.03 MB 64 122
168,178 168,178 00000000000000ecf22014456403e700cdc22b63bfeb51900949f66f39e45feb 0.04 MB 62 97
168,177 168,177 00000000000009f84ad127c19aa67fe6fc201d9053ecc640e2bb4001d5b5defa 0.02 MB 39 5
168,176 168,176 00000000000004be163ac384b8e65571a35887e8236cc00fb4e79e2baa864267 0.04 MB 81 101
168,175 168,175 00000000000005392a807bd3567927646406a9613c481ec61e310dab5d1bc686 0.01 MB 35 372
168,174 168,174 0000000000000bddbdf23ff0fb4d9b6b125d241ecd07f8e27244263219d95e7b 0.04 MB 154 4
168,173 168,173 000000000000081df73887df8dfab0b02d530fc5154a744d006aa6c9b64fd73a 0.03 MB 67 93
168,172 168,172 0000000000000970912bade76cab40106fae4cdd12785e277f68a26b1f402ea4 0.02 MB 43 91
168,171 168,171 00000000000006fdf4253c548c93583aa8f3a80b782940cf467854e16695eba7 0.03 MB 62 259
168,170 168,170 000000000000079c0a82a6b42809b71486154d6bdec9d65d378e2df1d14848e3 0.00 MB 1 0
168,169 168,169 00000000000005d9580c585a919169c5fb034e6eeeec2696f8ffe3ac32602cfa 0.04 MB 76 50
168,168 168,168 00000000000005f5539db861ae36fb44f7dda11177a37fc8698e0ae1caf7e6f7 0.04 MB 106 164
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.