Memory Pool Memory Pool Refreshing

711 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 692 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (23,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,602 884,602 0000000000000000000182eb2e204d5ef43225ab422db6ab83d0fee75606f1f1 1.76 MB 2,283 6
884,601 884,601 00000000000000000000b00bfc2537266ea20b3e326f8c779b717296449a163e 1.72 MB 3,134 4
884,600 884,600 0000000000000000000193ac728a2385768794842392bc4a225a469957a8b5b0 1.54 MB 3,648 7
884,599 884,599 000000000000000000024d2ac118e4f25c3a6582858a1b0e87d2bab0f674b546 1.54 MB 3,898 6
884,598 884,598 0000000000000000000013cf5ac3c8f0f8bdb7d6b74e3e34fcb8e0e4a6b88009 1.62 MB 3,095 5
884,597 884,597 00000000000000000001174ab9d6d5860ee4621b287b8499e46bba11811d701d 1.47 MB 3,764 6
884,596 884,596 0000000000000000000009f688fb460c5f878005ef943b9e75c7ff333313285d 1.61 MB 3,690 4
884,595 884,595 0000000000000000000249ddfd92d9720df235f3a56714fe30e17931d18292fe 1.52 MB 3,847 8
884,594 884,594 000000000000000000021897205b024e9e958b6de50552091dedb6b6713a8417 1.36 MB 2,552 8
884,593 884,593 0000000000000000000159bb667d5249750fd440cd95fcea8ecba76e77aa681f 1.62 MB 3,493 4
884,592 884,592 000000000000000000020e95a8f7540b1193373b8d0fa20fe11fae9ed7b1d14b 1.76 MB 4,602 2
884,591 884,591 000000000000000000017692590646c704d84097b1dafa96f6e2d26fd7d039cd 1.80 MB 4,477 2
884,590 884,590 00000000000000000002722a5c34d46e68688ad2f97a392dc263065c4d7c1e60 1.84 MB 4,861 2
884,589 884,589 00000000000000000000ba2dd511aedfe78392777f1cb97d80ae0e8aef195359 1.69 MB 3,395 2
884,588 884,588 000000000000000000008071e35a4e4966b2e11736943a8aa7226d7cfcea844d 1.51 MB 2,882 4
884,587 884,587 00000000000000000000eb641eea4109f37e147c69289fcd2e975264eb822a03 1.72 MB 4,270 2
884,586 884,586 00000000000000000000eef4ca0ae2a8044d90b12c8b0814a9e4332b82fe65b7 1.55 MB 3,501 3
884,585 884,585 00000000000000000000fd07a6fa42fbb16ed1c10de81e33eca02bfd0ef33c12 1.89 MB 5,397 2
884,584 884,584 000000000000000000022e026e9243cf43b229eec27be98cb83f12c0295bc428 1.68 MB 4,029 3
884,583 884,583 00000000000000000000a34330cefa5f08c714713b84a0595969c7e6b1326123 1.65 MB 3,912 3
884,582 884,582 00000000000000000001d0a318e937e841246634ca554aadc700a8ec1d962334 1.64 MB 3,394 5
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.