Memory Pool Memory Pool Refreshing

5,331 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,698 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (767,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,929 139,929 0000000000000195ecab8d5490443936479978b6bfd58c29c21519d92e6772df 0.04 MB 108 280
139,928 139,928 00000000000001b962ff3e5a3f4074ee74828a0b781d0a300bdffb740a6c53c7 0.03 MB 90 162
139,927 139,927 000000000000081b1fb9f68d188b32ebc2c9bc9e1d55a273efb3b92873cce008 0.02 MB 59 399
139,926 139,926 000000000000073b4a65b06a9f68a0ecec399d76bacd7304db1fb86d479f43f9 0.04 MB 104 166
139,925 139,925 000000000000044ece70e59ace39031711d37ae418178c9f41100f0651ff7199 0.04 MB 84 148
139,924 139,924 00000000000000f5d165449601780dadb43eb8a5d4bd25fd0ba7184a51cb2973 0.05 MB 75 189
139,923 139,923 00000000000001d95fba1fb6ceb0fd7d2b88809fd4cd182529831ab5c18d32aa 0.01 MB 22 213
139,922 139,922 0000000000000703106af594cdde6b9d95a2d550e2c63253852f3fb618a483b7 0.01 MB 13 5
139,921 139,921 0000000000000633d0c93971f09ebb33b38545b0bc421dfb46fa2a6362b194d6 0.00 MB 7 545
139,920 139,920 00000000000000edefb0d11222db1397bd7065b194138d04071b3afb1da5a8f3 0.02 MB 45 197
139,919 139,919 00000000000006de1735ac51cb5168d5d5edd1a7f86425a83eb66cdcb3550424 0.01 MB 19 422
139,918 139,918 000000000000013b0e0c6e3263a35a33093c9c7acfcf0c5bc5f98647d38d11e3 0.02 MB 40 226
139,917 139,917 00000000000000e3f69f1410b30925a449a385b415815fa62df26b5f3d736a75 0.02 MB 34 132
139,916 139,916 00000000000003591123d059b79dfd936b29beb1f8849365e5789f2463729655 0.01 MB 21 991
139,915 139,915 00000000000001144531837fb3433988f7fe97382e4fee1cf1db66847ce4bc51 0.01 MB 22 677
139,914 139,914 000000000000015b4555edbe14b5f800bb2db10146cf8a53162d0b0171487394 0.02 MB 85 206
139,913 139,913 000000000000076c83fd6d44368d258174e06d0dcc665eebe762595d997b04dd 0.01 MB 14 57
139,912 139,912 00000000000003dfc5c948ade3a283a09d208fddf5cc6f271a24957c0c8cd426 0.05 MB 119 536
139,911 139,911 00000000000003fb13068ac0dcdec4d07f87d5fa38ecebb50dcfa8126409ea4b 0.05 MB 115 387
139,910 139,910 00000000000000b57e50edbf3d95c7d2abf0fcca6ff6fc8382687d864d96d876 0.04 MB 105 284
139,909 139,909 0000000000000283c433694bebf57af8c938e08835be6dc55e7903abc0139378 0.02 MB 50 232
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.