Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,654 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (29,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,522 878,522 000000000000000000017beeffdfb6b155de114802458a1c9d00130a430f720a 1.80 MB 4,540 3
878,521 878,521 00000000000000000000d3b47b0cc741c505ae79a4b5a1746a8a2a1d38a89cad 1.74 MB 3,051 5
878,520 878,520 00000000000000000000e5c8fc5e6704dcc9de2dd98036fea12fc6521104f8d2 1.92 MB 1,584 4
878,519 878,519 00000000000000000001e775dbb860efdbed2089ad61f2502e2b3c1a3df245b3 1.78 MB 2,282 4
878,518 878,518 00000000000000000000c17b96e7b2b556edb199bcdde52851dc95de78769e02 1.83 MB 2,522 2
878,517 878,517 0000000000000000000190fc66aef6cdde6283131decad17d2c4f0cd9498aa1d 2.01 MB 3,047 4
878,516 878,516 000000000000000000007e006a05713dddd195ba4aac1d38baaa9cf8a44fd204 1.95 MB 4,354 3
878,515 878,515 00000000000000000000d496661d93111a34de373d221e8a8ada7b62e7b21e8c 2.11 MB 5,030 3
878,514 878,514 000000000000000000018ef983edb2c7f086ab955e92dacf3f1abfa964997f95 1.89 MB 4,634 2
878,513 878,513 0000000000000000000014223f4bad22ed22019e782231a5626da06a8b4d2f60 2.01 MB 4,069 3
878,512 878,512 00000000000000000001a4332f7647de1c1ba81e3dba07a2c6c905906cb5cba2 1.90 MB 3,063 4
878,511 878,511 0000000000000000000094bd180a5bab53e044cb62d1911d043a2e20d650524b 1.73 MB 3,516 4
878,510 878,510 00000000000000000000885b9435a60ebc02e9f96713a2f3acf38bd02c3d5237 1.61 MB 3,856 10
878,509 878,509 0000000000000000000146d42630114ba7da5854387b41db95be40cebe35a52c 1.61 MB 3,866 7
878,508 878,508 000000000000000000024869c06424835295a33a7ce8d3c51d06879ddc002477 1.82 MB 4,425 4
878,507 878,507 00000000000000000001810c37363aba20dbd1ed68c502618ea1f857c4c6b6f9 1.67 MB 3,196 4
878,506 878,506 00000000000000000001ecc33b28cafddf64bf3ee64d0d7315bd5c64b0015886 1.58 MB 3,587 8
878,505 878,505 00000000000000000001b485bb4d63dd7d8e090a98fd833cbfba73b87308f122 1.83 MB 3,943 2
878,504 878,504 0000000000000000000016c0a7197308da22b617d52cc8cfb5f9c72ba3360534 1.71 MB 3,810 4
878,503 878,503 000000000000000000009d25622ebe8e626b37478e8e7ad6ef1809725a49dd37 1.53 MB 3,358 3
878,502 878,502 0000000000000000000252ebcaaf1474cc5f72b97507fa25751327ff5cf7a82b 1.56 MB 2,923 5
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.85 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.