Memory Pool Memory Pool Refreshing

8,307 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,321 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (896,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,222 12,222 000000005d07910edc9190ae29a903f0075e0c455b319b03904f34b6b23ca5e6 0.00 MB 1 0
12,221 12,221 0000000050d06c8e060768ebab611cad58516fce745004841a0fa1b1a47149eb 0.00 MB 1 0
12,220 12,220 000000006d2ba8298a4a5267859604ba53b800a9dbc435c1fbbd817f1ca40c5c 0.00 MB 1 0
12,219 12,219 00000000262f0fabf6795994179a36eb16ceaf2976a709915fa9ad61efdc4468 0.00 MB 1 0
12,218 12,218 00000000a280b561a3095d292981f4ed8a598b9070e4628ddaf8e3555748b3c5 0.00 MB 1 0
12,217 12,217 00000000e69ecf978a47403820b64dd1ff5155672b3de9c88b432ff511138528 0.00 MB 1 0
12,216 12,216 0000000096c73666edeb6ea2bb51a26fb4124f47e56618ae7087af89a8ad5944 0.00 MB 1 0
12,215 12,215 000000000ab900ceb200efcee5ed676e7efd31d306726447e7f22ea6403624a8 0.00 MB 1 0
12,214 12,214 00000000cdfc0f25ba3a181025507e5edc35bdd7c642106c41fcf66a6fc59be8 0.00 MB 1 0
12,213 12,213 0000000054b40df0f7383b249a1343f37699c31645e68feb8fe522c72871557d 0.00 MB 1 0
12,212 12,212 00000000f2a77cf7fd79ffe33e8ff60d753496ed6b7ea45f39925cd3e0b36669 0.00 MB 1 0
12,211 12,211 00000000ee8a6031f0a8f0b22a9dd6e78a79c158944fae7c88b7a9570fe0f1e6 0.00 MB 1 0
12,210 12,210 0000000069d846d2895abdda8283fb085971c478de9c8d081bad1a7f2d6fbc1e 0.00 MB 1 0
12,209 12,209 00000000d92d2cee52c98bd4e66b63fdb0c76cfa2e51deeb9ef7f6289afbb69f 0.00 MB 1 0
12,208 12,208 00000000b5b373c3fbfac097a00357744141da9a768ab5e1d9f97479915f064c 0.00 MB 1 0
12,207 12,207 0000000016b9722e831df00b6c3c0cff59742c957e16dee63db01d8bcecf0707 0.00 MB 1 0
12,206 12,206 00000000a06c28072b65d262588d29a2f04ac06c7cc1a3ee7eb4a310aa00199a 0.00 MB 1 0
12,205 12,205 000000000987c52de24f0fe860c424e24e6867b5e8f643e3eba6cde66eaee282 0.00 MB 1 0
12,204 12,204 000000005b95f35b14c0026c4acd18e691fdebfc0199e92a2b2c3bce3d7967dc 0.00 MB 1 0
12,203 12,203 000000002ddf16df59c2e83bb28f191d31724301ca317d1e916801dc12b20811 0.00 MB 1 0
12,202 12,202 00000000c938bee970e558ecba17381fc49bf0de4475e7b3d2096a04b57d7791 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,844.88 GB sent, 100.59 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.