Memory Pool Memory Pool Refreshing

2,149 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,978 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (680,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,531 227,531 0000000000000283275c689dd8bc209c430cce0ff85fe79fd9b783d70ee69dcf 0.00 MB 1 0
227,530 227,530 000000000000019a0da78030c059a5f79c345476dff741e0069b665129c37de5 0.15 MB 281 135
227,529 227,529 000000000000009818beac9bd78c31187f727c1f7086a8a30ccce9bae9328ed4 0.25 MB 641 230
227,528 227,528 00000000000002a96b25a793ca81617056e3b041d7629d83d29ab33266bb3118 0.10 MB 185 158
227,527 227,527 00000000000002bbbe03f3911b53d8e7545f2b007b93e836ce0506bf3985f256 0.13 MB 227 157
227,526 227,526 00000000000002a6e59999b3d7054e486a3fef82a5ec167100813b42a0f0a90c 0.05 MB 110 144
227,525 227,525 0000000000000019344fd1822ade41508756c4d78eaf12bf0416984874b3fbe2 0.17 MB 398 225
227,524 227,524 00000000000002b4ef0630d0bcfd97ae07ee41bd4a5d1445ea5b36dd92529f81 0.01 MB 16 353
227,523 227,523 000000000000018158ca346ace17b3af776cdc3e8383a2eee0e71e3f9c50330c 0.09 MB 111 120
227,522 227,522 000000000000030740e288c95708f522c4006a2a3e2a56cfc3b702c659318ebb 0.12 MB 269 211
227,521 227,521 000000000000021e12b474bf53b7cc7b68944f5aedbeb7d2fc204d7c1944fbdd 0.15 MB 209 115
227,520 227,520 000000000000020fc0f7289d3eaf7f22182681330bae87f6cd2effde95d1ab97 0.00 MB 14 64
227,519 227,519 00000000000001e6e124bbeeb29bb3b415ab371f004ec8b42dfb2b82260cb54b 0.00 MB 5 79
227,518 227,518 00000000000001f3452e556d1c7896621c0c510dbd1cf4518c91240c52adbf11 0.13 MB 259 207
227,517 227,517 000000000000024e8ae4bc744355c288fb06395f74324043f1fc4c250e33af1c 0.11 MB 323 267
227,516 227,516 00000000000001aa551fa6976a70dbd3ac0306c21f34815962a7563d2ba34e63 0.15 MB 150 107
227,515 227,515 000000000000010155ae89be2e1fa0986c131330027c01ef1da7f3c1c2836a51 0.14 MB 328 190
227,514 227,514 00000000000000dbcef4b0e5515bb1742aebdffd9940dcf323d9593ef01983e6 0.09 MB 220 162
227,513 227,513 00000000000002fdd785cbd3b23b5c78502ef19957470aa6f92be6215cce2128 0.00 MB 13 521
227,512 227,512 00000000000003734ab101fb465dc13a1ab2c63090f6e13ffee2ad142babe438 0.15 MB 179 127
227,511 227,511 000000000000007d881ebd5d7fd27f4ebf1052fa554ad02eccdbe92ed68e2cc3 0.33 MB 479 156
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.77 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.