Memory Pool Memory Pool Refreshing

4,553 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,474 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (438,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,877 468,877 000000000000000000148b38dfd2d395974ad25a035b60a5375d1198430a96db 1.00 MB 2,065 332
468,876 468,876 000000000000000001b48b837805e085caab620ce79712eba7749094659139de 1.00 MB 1,434 292
468,875 468,875 0000000000000000005d3c5f21581b1f79c45c3595ef672cdceed0adea0d60ea 1.00 MB 2,205 390
468,874 468,874 0000000000000000018c40fed90fc625324a00fd3c5545046a58ab78d4ee9529 1.00 MB 1,650 306
468,873 468,873 0000000000000000005ddd47c429b79ca8100991c7e7aaa2d242d2a53c90ffae 0.00 MB 1 0
468,872 468,872 000000000000000001cf9bec91f1b7889686623d7420c76cbdf8959b6cdedea5 1.00 MB 2,339 313
468,871 468,871 0000000000000000016c861b1bbf00ac406645ad128b1feb3ce63a1fd9374776 1.00 MB 2,774 318
468,870 468,870 000000000000000001b8394a9fcb79a1e555534aec8f71867645438c3accd4ea 1.00 MB 2,194 358
468,869 468,869 000000000000000001d1c9c48bb406d325ac2022ff271c93b0c8db534a365c88 1.00 MB 1,735 433
468,868 468,868 0000000000000000011bc8a188f9a793ef8eb22089a5498ed00372382d3bb2b5 1.00 MB 1,504 210
468,867 468,867 00000000000000000085ba6704b2ac3fc05c53301d46a36ac17e365070865e07 1.00 MB 2,020 374
468,866 468,866 0000000000000000014b00eb4dffde3c052969c09b8c13b6bc3409daa264b120 1.00 MB 2,793 408
468,865 468,865 000000000000000001b10244a31b7306a52011873c9e820390f9257aa0fce76f 1.00 MB 1,474 311
468,864 468,864 000000000000000000b1b0f83b9d4b14660ede3681bb54dd955aa73a63a2d69e 1.00 MB 1,911 318
468,863 468,863 00000000000000000022b4ebd6a06b37daed2176caeb9b0e92456d2bba8cead1 1.00 MB 1,524 234
468,862 468,862 00000000000000000127eddcf846d547f699ee861dd993b8ba5ed8bcd54ea8bf 1.00 MB 2,515 385
468,861 468,861 00000000000000000061f229426f71220889f35622d4750a1a04d586db1b1b2a 1.00 MB 2,416 441
468,860 468,860 00000000000000000062e1d94c69d1f3171b9f796391250070d274df669e43c2 1.00 MB 475 282
468,859 468,859 0000000000000000006fc34ac5cc60954189382d9f77bf3472d4e0b33b326ac5 1.00 MB 136 270
468,858 468,858 000000000000000000e125940a14529505a1778ab1f6eaf3a85ddbfb59f4af67 1.00 MB 887 275
468,857 468,857 0000000000000000007120054154c482696cf239aadbac90c6df750069ec7c72 1.00 MB 2,280 344
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.