Memory Pool Memory Pool Refreshing

348 transactions
0.08 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
1 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 336 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (496,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
411,581 411,581 0000000000000000052f125e96ee3fb685a45541fcfac740780e5805b5c22179 1.00 MB 2,310 49
411,580 411,580 000000000000000001ac5e5d0c46fa0899e456371c9f73dbedc87773d91c2ab2 1.00 MB 2,867 61
411,579 411,579 000000000000000003b94f77b400691496cfcb5daefd0dc2868afadfe65c4b51 0.99 MB 2,805 62
411,578 411,578 000000000000000001045a40d1e3b8f1c4611154d35c748ad309bb427a1c9d6d 1.00 MB 3,248 60
411,577 411,577 000000000000000005161aad0ae63b422c7d62cd5647aa7ac2e9ed07bce72abf 0.26 MB 609 39
411,576 411,576 000000000000000000ab1f97c4ca4a0fb21e42e36cbcf5a8531028714b6ddb9f 0.55 MB 1,364 41
411,575 411,575 000000000000000003b8181c9d0801d31146ed6f21bad8d18a3c52a60cb71429 0.92 MB 2,237 38
411,574 411,574 0000000000000000004c3a60e110f783bdb3f61b80b369e9bfe20022087cd5f2 0.35 MB 783 43
411,573 411,573 000000000000000002c195108f27412a483d6ac6f6479054a625e596e0887f3a 1.00 MB 1,783 30
411,572 411,572 0000000000000000035ce3b78a9aa5665595d836739b29e9e3538ef3f802f8d7 0.21 MB 485 35
411,571 411,571 00000000000000000074fba426030164020f5c6fc7cd3a1086eb790aea5d1b59 0.41 MB 827 34
411,570 411,570 0000000000000000028258bcb35a9a745fa95da703b311887c18ec01b02b0278 0.54 MB 1,249 39
411,569 411,569 0000000000000000021a052c21b4a155f8e5b1012745406bccb8614ff9e5afec 0.31 MB 527 41
411,568 411,568 000000000000000001d9a2671f6a399bf31bf58b7b6b5383a6d83f431d34c1e3 0.11 MB 217 33
411,567 411,567 000000000000000000e97721e345a9fbd62bd0d9aac82c7b572f6344a1053a34 0.88 MB 1,575 34
411,566 411,566 000000000000000002da6b3f9914e12a6604ad345067406f3823ade2fb96e8de 0.30 MB 676 70
411,565 411,565 00000000000000000262988e68db250f75c68e7042ac60bb5a17edd1139fc5f6 0.05 MB 77 39
411,564 411,564 000000000000000002c9c81c78549a9004f1c8841824e0541e811ac2cf42ddc5 0.52 MB 1,077 46
411,563 411,563 0000000000000000018c4d42261c1201fc930886399bf41649d500ed2aef4ed7 0.73 MB 728 14
411,562 411,562 00000000000000000159a9c5649e435aae6363d91a59dfb69a7fbdeed6e876ce 1.00 MB 1,561 26
411,561 411,561 000000000000000002fbe20b3bd082e3c595eb71edc3a939c22b7dea4ce401a1 0.99 MB 2,165 34
Previous 10 blocks ↓
Total Size: 769.14 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,632.10 GB sent, 93.60 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.