Memory Pool Memory Pool Refreshing

5,956 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,756 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (660,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,899 246,899 000000000000008be45a6f38039b5ae9afa0a3a4305d880c8310ec1a8558ec67 0.18 MB 366 131
246,898 246,898 0000000000000020e6550f2618e31fbeef7affe793390375dff7c41e83293802 0.02 MB 33 53
246,897 246,897 000000000000007e558b538ea21ae1c86d785ce00a1a8825be854a9f04ee447d 0.15 MB 433 148
246,896 246,896 00000000000000070596f05ecb71f00b61fb1951cfec9d981e83d93da19a34bb 0.15 MB 219 141
246,895 246,895 0000000000000077bc79516c95d273261e4da998c777352bf72994bcdb08c6eb 0.13 MB 268 164
246,894 246,894 000000000000005eb1274f54aaf1e4d3a6d5e6596190a0fd9c3df5b55d278790 0.04 MB 103 37
246,893 246,893 00000000000000476cbb5b589d86e6bf9685489024bba900f40bb702146d4fd9 0.21 MB 403 152
246,892 246,892 000000000000002549427eb2f2f34ed131e67dae1845d4385f15313d8a050d63 0.11 MB 217 81
246,891 246,891 00000000000000936eb2ec38406aa87fe54b20024606e61cc587b5f804cd8c9e 0.05 MB 101 120
246,890 246,890 0000000000000068e0c2b2a3164969bc04ef64fbd7bab2c941e666e7985e3574 0.20 MB 469 119
246,889 246,889 0000000000000014321a996a2805910dc726706e567388293e0cb596f608e3a6 0.25 MB 566 146
246,888 246,888 0000000000000048b7c1a128b89238714afb03a8c26653254331fab0c3db9188 0.10 MB 283 211
246,887 246,887 000000000000003750563c8cc0229972e89f3893cd332ea79cf531b932f2f50f 0.09 MB 115 74
246,886 246,886 000000000000006ec06b7cbbd1ed5146dde69cebd310b83ab0dcaaf1f634f85f 0.24 MB 330 96
246,885 246,885 000000000000003aa88510cbd94ab7e9703bc8180c587c31a8d79e1c58ec082d 0.25 MB 584 136
246,884 246,884 0000000000000007397b22245fd89de4d673dd21f351c9c23e28e4630c18e59a 0.11 MB 222 173
246,883 246,883 0000000000000085f30d39721509914de1ffff3f29d27aa7535d5017d285c768 0.09 MB 169 122
246,882 246,882 000000000000009e683eb2e0374f1a581bce1b8438be747394012474a378a337 0.15 MB 329 127
246,881 246,881 000000000000006564439b45b62001e74af449f464374af74248687f12662d36 0.03 MB 44 94
246,880 246,880 00000000000000328f3c5ab22bc326be01193c01caa3b5a434ec27814b4b20fc 0.18 MB 389 186
246,879 246,879 00000000000000597e15715fc38c5df2429cc999a8f47c72a19b5185f928e35f 0.00 MB 14 318
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.