Memory Pool Memory Pool Refreshing

1,305 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,449 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,448 (896,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
12,201 12,201 00000000a37fef4c0a479075783dbc6aae6ea4472240e148ab3c26cb6df21ac3 0.00 MB 1 0
12,200 12,200 00000000b9601188fd6a59bafda3a2feb5bff5fa7b9d6f5004d6140e511bff15 0.00 MB 1 0
12,199 12,199 000000008c922f9f667b56751089047ddb45d9f5ff92455d2c25bc4f85575fdf 0.00 MB 1 0
12,198 12,198 00000000b5c13bfcbab128b01346fcfdbb1444d82b793102c55458e047affad8 0.00 MB 1 0
12,197 12,197 00000000f3c6550336f922d2d4b1d04a8da94d9535944e9539702d23029d3bf6 0.00 MB 1 0
12,196 12,196 000000000db2fdadd26cf9012afcd669dd46bfd8c6582dcd4c2bd161a8d5c568 0.00 MB 1 0
12,195 12,195 00000000bada2fd7426130edb51b5be8f318f5bc10af392985135ad536fcec95 0.00 MB 1 0
12,194 12,194 00000000418f67e1b7a8b9b62c67170c747a9e487dfd65b28136b54b8a626cf1 0.00 MB 1 0
12,193 12,193 00000000aca21f22a2860b60daa5f1e5fde3eb409b6f9306021c378a8bf5a60b 0.00 MB 1 0
12,192 12,192 0000000035672578aa2ddc717840f7f06dcc9313c26b814b6fd152fb88bf7d19 0.00 MB 1 0
12,191 12,191 000000007633db6a89558f50849fc8f2d8ccdd79dbe9e90b58c2f1808ff998fc 0.00 MB 1 0
12,190 12,190 00000000e0506e7313eea9ccdc7560086670c461c2982271180ed7c3033719ac 0.00 MB 1 0
12,189 12,189 00000000bcccde8b1c40b69f898f2b1d817212eb580e55dcff93be57e511c6c4 0.00 MB 1 0
12,188 12,188 00000000a93617630b09d3d9de28aa3773cc00060fe2a57ea65677551183531d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.98 GB sent, 99.72 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.