Memory Pool Memory Pool Refreshing

17,667 transactions
5.68 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,741 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (774,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
133,646 133,646 0000000000000aaa132c4e48362010f1843d64305423eb8e2d8c0b57c494290f 0.07 MB 189 551
133,645 133,645 00000000000001fc8a903f279ef4e8e74af8ea1d7a4052db1699eff80848ef8a 0.06 MB 189 78
133,644 133,644 0000000000000671126845402cd14879a33d80883135a8103ac9228491ca27de 0.01 MB 28 2,436
133,643 133,643 000000000000027ca238a34d287be863b0865fa8c28529c69d43334671df59a5 0.01 MB 32 511
133,642 133,642 00000000000002b33dcec0b7c7085e7e57579d66c0b25e35cb8d6abe6d7662bb 0.04 MB 97 266
133,641 133,641 000000000000017dfa4663b2dc534530864f481fa3df2d47804066804a34878d 0.03 MB 61 414
133,640 133,640 0000000000000206923564e7723d48c56ac57d9977612d62edf87b5a0f3b2b7a 0.05 MB 153 173
133,639 133,639 000000000000041a0e3e64fc6d75bc6b0214b83aabc173f91e1af6a78c1dbded 0.01 MB 41 645
133,638 133,638 00000000000002e942c15f4dab61129e0b39ad892ade6e66d506a266539d4083 0.03 MB 73 580
Previous 10 blocks ↓
Total Size: 769.02 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,624.23 GB sent, 92.99 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.