Memory Pool Memory Pool Refreshing

4,846 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
2 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
899,969 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,755 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,968 (483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,485 899,485 00000000000000000000272e1d58afe114a3904d75aeb50c16306d4268b3ca6a 1.60 MB 2,896 4
899,484 899,484 0000000000000000000054a26414da7076bb136afb5be9f49b7d883d12b05f2e 1.59 MB 4,042 6
899,483 899,483 000000000000000000002e83f68c8dac2f01633563d74647c91a5a3dca7a82f0 1.67 MB 2,686 4
899,482 899,482 00000000000000000000b80e38cc15eb11f04c3caa30b5a2ae030052f21aadea 1.67 MB 3,370 2
899,481 899,481 0000000000000000000205eb7f7b910a71ebe9421eb5b6a399942b83606afd3c 1.61 MB 3,242 4
899,480 899,480 00000000000000000000d4b24f1f07e4566759658a9679e99525014380221990 1.59 MB 3,774 9
899,479 899,479 00000000000000000000820e344bc454f7c5ff287909604ed076af5b62c1d1ed 1.70 MB 3,306 4
899,478 899,478 0000000000000000000113f36627a25ae0a15b05555ca05ba459cfd189b271c4 1.50 MB 4,118 9
899,477 899,477 0000000000000000000128e10f127deeaa8991b22dfa6c465120230f574cd19b 1.65 MB 3,404 6
899,476 899,476 000000000000000000008ea24aa9a48a9ac7c5398629e274596301bd9b8eaf72 1.58 MB 3,314 5
899,475 899,475 000000000000000000001f2209110c537e4f6b5da6f1f8c60b1d068e3f3b297f 1.63 MB 3,163 4
899,474 899,474 00000000000000000001eaa9ed34a4ddc803884ca72619933b88a9d5be486151 1.65 MB 2,921 3
899,473 899,473 00000000000000000001a06398e0096f976d62fe381dde8c69bf3534522618ad 1.65 MB 3,894 4
899,472 899,472 000000000000000000011df50f9adff2d24d3ce47793685772942f69fa8b759e 1.52 MB 3,160 9
899,471 899,471 0000000000000000000226d84b89b66101920a8181e82d8849b569baae31b26b 1.63 MB 3,474 5
899,470 899,470 00000000000000000001c2e3a24273ffb5d848022ac8b10d5bbfcc5833e45131 1.29 MB 2,608 2
899,469 899,469 00000000000000000001ad0e0fbfe2c6f057c40ba0e252019f60db2ad434831b 1.23 MB 1,895 2
899,468 899,468 000000000000000000006a298a7a29c40addf47abeee33e479a84be07ebea763 1.16 MB 873 2
899,467 899,467 000000000000000000016ef0189facde7eb7be7573438247600c1ee2b0cdcff9 1.60 MB 3,287 2
899,466 899,466 000000000000000000003a1d91772d31757cbedf422c2f2ce0842fbec32d35b6 1.59 MB 3,557 6
899,465 899,465 0000000000000000000181c66d076c424bdca6653ff12e5b1df9660ceb9c8c63 1.54 MB 5,156 3
Previous 10 blocks ↓
Total Size: 755.92 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: 546.05 GB sent, 27.91 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.