Memory Pool Memory Pool Refreshing

833 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,893 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 828 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,892 (711,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,896 195,896 000000000000042b1995279b10f1dbbe94727339ffa52a1f87c600e7ed4519a2 0.05 MB 126 227
195,895 195,895 000000000000055552352702bf459ea3d1d06b8a4dce05e0948513cb6eb2a3bc 0.21 MB 512 267
195,894 195,894 0000000000000344ee72eaecb64615d74fd7c5a3e8767631845b7e6dda00f893 0.05 MB 99 141
195,893 195,893 0000000000000563338bbe09bd2b2610cb38f9d3761480353c54f04654fd1efe 0.06 MB 184 184
195,892 195,892 00000000000002bf68bab0bf265e143aa3e7afdcaecea2ced367e4b9c26809d5 0.19 MB 463 310
195,891 195,891 00000000000004e6fd08e7ecd3d3f32ead068e98b401e9312f72e302beabf826 0.06 MB 87 92
195,890 195,890 000000000000035ff3464db5249658d85936838f7f7887165ea5fcfd6c1916eb 0.18 MB 256 122
195,889 195,889 00000000000004b1232f537c0d41f036306af7bf10a2b4286f2e128d7d364f02 0.20 MB 483 301
195,888 195,888 000000000000069a5c5c9cd22cffc96be04531258b030fcbdf7feb6954838df9 0.00 MB 13 38
195,887 195,887 000000000000035512199a0b708eb0fe9cbf0ee145bbacba65104b2adb06d51d 0.04 MB 106 97
195,886 195,886 00000000000004a49f77ca6bf3510031c74d45c9cae0ff79a2b52b3a4a571609 0.25 MB 826 143
195,885 195,885 00000000000006c23655828c10efccdca3250e3bf44b0b04b124a31b8d4291b6 0.12 MB 254 124
195,884 195,884 00000000000005b979430d38a67d0c148eeffabc0d2a7b194c975768b2cb0129 0.01 MB 18 92
195,883 195,883 000000000000016af8769722306d484990df165107218156bd4b270b41298cda 0.12 MB 221 328
195,882 195,882 0000000000000656fac883c25394ddd09623e91bb620deb8a81477b902e8cc3c 0.01 MB 32 1
195,881 195,881 00000000000003bb21c011b697b4adb6e52672469aba0d0104e9663ce77e3b0c 0.08 MB 129 75
195,880 195,880 00000000000004d735e53c5915ee91950f5734d73d8431739467cbe9f2f8d5a0 0.06 MB 128 989
195,879 195,879 00000000000002c57a6b1e8a815ef32bb40644db32046ff9e54943444c981d9e 0.11 MB 286 241
195,878 195,878 00000000000006b433b570c1e557c460445cf8850face63cc8f8112069d3a271 0.02 MB 81 11
195,877 195,877 00000000000003514d986eada1ee881400691f4bb03b941f6ebfc3d042951d11 0.25 MB 825 140
195,876 195,876 00000000000000c68f29828a19fd0491bc32fb501c9e734e96bc11f0384fe528 0.18 MB 512 221
Previous 10 blocks ↓
Total Size: 769.34 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,643.36 GB sent, 94.66 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.