Memory Pool Memory Pool Refreshing

5,586 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,758 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (498,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
409,047 409,047 00000000000000000193eb89f67636d6d991da0a42cc8b06e207bae048d3e792 1.00 MB 698 19
409,046 409,046 0000000000000000021a56e6663c84614e14fdcdd9dafa8dd40e9bbeb68b0f46 0.00 MB 1 0
409,045 409,045 0000000000000000056267ef425eab844a99f7b7c28437eac3cb44def351deb9 1.00 MB 1,738 32
409,044 409,044 0000000000000000021da0fa006b83da343fad41aa71682f6310b39b7268c46a 1.00 MB 1,751 42
409,043 409,043 00000000000000000377644fc8143690d3f340e7e8c184d035777cc7c34d1370 1.00 MB 1,583 27
409,042 409,042 0000000000000000017f408f871f7d996ba3f0d41e43880de3fbf2b7282bb949 1.00 MB 2,650 59
409,041 409,041 000000000000000002f4a7832369128087f5edf1f754be8ecfc6643bb4b78496 1.00 MB 2,076 41
409,040 409,040 000000000000000000f64db26c13fb91c486559d2266506f480d5772260e1568 1.00 MB 2,652 52
409,039 409,039 000000000000000001dc6c0759f880ba58dc62ead2cb02c4a0e8721aa68bfcf3 1.00 MB 2,726 67
409,038 409,038 000000000000000005a9649f398c9d9e0de14204c12e12f398caaf2c9e655325 1.00 MB 2,113 38
409,037 409,037 000000000000000000a9d7c6b1073ca201eba2b5c02cdb4b09fcfde05196c2f0 1.00 MB 2,112 39
409,036 409,036 000000000000000004865315b0f199d55f9bc2c3837d769bf36c71be9f1e64ef 1.00 MB 2,487 47
409,035 409,035 000000000000000000c011d9e4b81e867c213305b3fe760adef689a404cd77e8 1.00 MB 2,351 41
409,034 409,034 0000000000000000018444e1babdf1cd4b824a086bfe12c3830de3ae823000ac 0.99 MB 2,991 39
409,033 409,033 000000000000000003db4eada5a3a259132bdb9b45157478523bbd8657615da3 1.00 MB 3,662 82
409,032 409,032 000000000000000001e3c30c227a22e2c764ec8c1daa3c37de8491789d698dd7 0.08 MB 158 35
409,031 409,031 0000000000000000059088200e4d4c14f7e5fc26d2671eafa237b6c2402932dc 0.75 MB 1,398 33
409,030 409,030 00000000000000000453b610294ad2ecd97b8e749689a801fb64b53161b7d497 1.00 MB 2,302 44
409,029 409,029 0000000000000000027ca9b0461062973ee40b75ee1c44b2f9d8de564a103831 0.95 MB 1,477 28
409,028 409,028 0000000000000000038d67ab6b10638f65f3ba03b69f7f364bf4a8ade27f661b 0.99 MB 1,297 24
409,027 409,027 000000000000000001edc00554debc1be1ccde1c726d1dc0f8cc6e022c09f419 1.00 MB 1,230 21
Previous 10 blocks ↓
Total Size: 768.98 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.00 GB sent, 92.71 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.