Memory Pool Memory Pool Refreshing

6,576 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,328 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (694,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,833 212,833 00000000000002869fae80ea2a9e31b5c193b90565a023d1c318d5b674321300 0.19 MB 470 171
212,832 212,832 00000000000002b6fbca267dbd2ecadf5bc805fc7100ab28abc85b547eefca79 0.25 MB 598 203
212,831 212,831 00000000000001cf4674e9d3d23e327a5c21d2a2865d49e7340e91b4427c5f71 0.05 MB 134 177
212,830 212,830 000000000000015936684aaa30239444c00f9f7afba17d4398b593be26affe65 0.05 MB 149 172
212,829 212,829 000000000000037b1bdfe6a2173f5b071920dbf298c78285465241d0d1a48951 0.07 MB 122 133
212,828 212,828 000000000000028ad5112701bee2acb61f9d300170a53f9388ccf282ef71fe83 0.02 MB 37 166
212,827 212,827 00000000000000f1856161f46b61269a3ffaeeb246af7933929c2ad700ad5efb 0.17 MB 407 170
212,826 212,826 0000000000000389e43a35bbb781de98e6e69654aa4cf7b49d31a1d8f1dd22cb 0.25 MB 589 178
212,825 212,825 00000000000003960734614a7bf2d9b93aaf07b8fe1b77e7365c6e1180a4769c 0.22 MB 489 154
212,824 212,824 000000000000015f8e5986caaed680d851e6fbdf75de7be2dfe876c6f76ebd57 0.31 MB 784 155
212,823 212,823 000000000000029341d99c8f8f4c75b85d07ff8b52b3482cd548ec03915c3420 0.25 MB 593 188
212,822 212,822 00000000000004a5fa061fc2449af4816af7db1914b4189e6c6abea9d88a7637 0.24 MB 597 189
212,821 212,821 0000000000000243523e5135c7d9da486b142ea2afa60d25dece6b541c1d8699 0.05 MB 147 74
212,820 212,820 00000000000000b2443e50cda208930c5b3d247f9ef21994635f0bad20d2ac2d 0.05 MB 78 111
212,819 212,819 000000000000048967c12e3ee363ea0132f4682ccf6f63f9a84b3578472ebfee 0.12 MB 339 229
212,818 212,818 0000000000000353d9c275f3d18b27af41cde99882b8b43029aae2c995e02bab 0.02 MB 55 220
212,817 212,817 0000000000000081a81fae23bb3fbcdc1577b65f8a6eb33d7982aa199030ce4d 0.06 MB 119 140
212,816 212,816 0000000000000193a9b951e86fb61f7667ec5e599a63e22a6857030b375d5189 0.16 MB 423 215
212,815 212,815 0000000000000195af5cdb529b546c8666c6f8dd9bce6082a1fdc40fdd477061 0.02 MB 53 198
212,814 212,814 00000000000004a451532c02f3bf624147c7bd92e6e2a7387179990daff259a8 0.04 MB 69 192
212,813 212,813 00000000000000b9ce77aa77ac15b14e88a3d1a57a562a75f0695b67ce19f624 0.02 MB 51 181
Previous 10 blocks ↓
Total Size: 768.96 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,615.05 GB sent, 92.61 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.