Memory Pool Memory Pool Refreshing

1,530 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,819 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,516 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (774,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,667 133,667 00000000000003901625034d725ce2991edd696945c40274dc253e76dcf53650 0.01 MB 27 498
133,666 133,666 00000000000009c903ece28040f415e40f138d377ac85e0238961f1bac4c4997 0.01 MB 29 1,457
133,665 133,665 0000000000000389587bdb51a0c7ae442939764f2b23a8b25c1948af45b0ef67 0.01 MB 22 724
133,664 133,664 00000000000003cbbdc58b359af52a30e3a75b3f1ca791ae649fe8aac2a29fe4 0.02 MB 32 465
133,663 133,663 0000000000000a055603b6d731a3e96b1f354e1dee67186811ff178017c007a1 0.04 MB 117 105
133,662 133,662 0000000000000542c1e5b93cdd7827b3a5e6b482e3a993af7be397936e9050f9 0.01 MB 17 535
133,661 133,661 00000000000005a1afc5b97c1706fb6a3f3d8393be8993363a4c508adaf3ff2e 0.00 MB 12 17
133,660 133,660 00000000000008023f51d742ee937f229cca0faf02f26b755e46981839e8d1b7 0.01 MB 15 1,006
133,659 133,659 00000000000001c3ab28cb3e8d002e53b640cc5e76a9df971fe31ef8ada81e6d 0.00 MB 13 33
133,658 133,658 000000000000012bef98433dbc0ea3f9f25e3d797a8cf14c09913b624b35ea09 0.00 MB 18 0
133,657 133,657 0000000000000b0be395c6a195cfadfcda59b852408227f5e49d4c5a7bb2cf84 0.00 MB 16 0
133,656 133,656 0000000000000aca25abe16057fa092df5cc97445c777ce23be92a0b8d26ecc0 0.06 MB 125 594
133,655 133,655 0000000000000024f294ea80e91b1258257d8ca7682e42e77def54d3e8854de6 0.01 MB 9 299
133,654 133,654 00000000000003a211c443f6f9f92eb022a08ce1683095548c8b5a814f7186f2 0.03 MB 94 135
133,653 133,653 00000000000000dcb99fef9f7a1f9e1a35c1be37a975601e28a7b0a976e547b3 0.01 MB 23 2,441
133,652 133,652 000000000000082b58359b5dba1d54a734c883da26b2627aa1d02e9a666db02a 0.00 MB 12 88
133,651 133,651 0000000000000131fc071bd4902525fdaa387e63feaf7880c2b198c3dc6d2824 0.01 MB 16 468
133,650 133,650 0000000000000096dd35e262a3e8d61e0879191f8f610cd33744050ca1c85557 0.03 MB 58 744
133,649 133,649 0000000000000a6ef372e43647921a27a3769d1e7a6843bd655f222f4727172b 0.00 MB 9 412
133,648 133,648 0000000000000add3c4b27c54147edbc8e4438bfc24ea729b5a4401933639313 0.00 MB 8 37
133,647 133,647 00000000000000ac84ccc86af0bf5747b9209fc97eb096f912f4aeaa35f7b332 0.02 MB 49 278
Previous 10 blocks ↓
Total Size: 769.20 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,633.83 GB sent, 93.92 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.