Memory Pool Memory Pool Refreshing

3,868 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,249 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (757,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,694 150,694 00000000000005a619f974ef4cc7a27b2c1c5a4f9eef98b0b7692de55c7b0e56 0.04 MB 70 213
150,693 150,693 000000000000037cf7f695d99624afb7f1b4e0e3bff8d46fb9b347993e3899c1 0.01 MB 11 494
150,692 150,692 0000000000000a2b6b3c412a559530354b296ab727e2c441c295beffb62f086e 0.00 MB 6 42
150,691 150,691 0000000000000af1925dfaca9253c8029387692ed8f979d6e105004c60e265eb 0.00 MB 7 80
150,690 150,690 00000000000007742b790787218d0b0a3d74b3b39cb2c1465aa5da1923ba8570 0.03 MB 101 5
150,689 150,689 000000000000061c551268924d7063d45449a43868c5d8b36f3d214e67e3fef2 0.03 MB 46 79
150,688 150,688 0000000000000a88923a2f003931f10def69bc7c7077166ab881414719a52a93 0.01 MB 17 77
150,687 150,687 000000000000043dfc083ad3ebdcd1dc171396145c89a9b8156cff75a9e2328c 0.02 MB 37 193
150,686 150,686 00000000000009ed27e7db528ebc7687de312e8e95b9090473cfdb8533a78ef8 0.00 MB 12 14
150,685 150,685 0000000000000b5368608f8d2f09680b115b8efc41c26f24f8d76eeef2407ec4 0.00 MB 8 0
150,684 150,684 00000000000006f458e91d3ae700093f28031f3e9fb66afcdf78aca70333c1de 0.01 MB 23 307
150,683 150,683 00000000000007992a9a730c2bab3ea4d5e166d19a59ec37d044d4b7768db0ba 0.04 MB 108 73
150,682 150,682 00000000000009754c2f437691b5f1073eb0980c586389abb06ced6f125ec7df 0.03 MB 43 85
150,681 150,681 00000000000007794178c752de629c51b679133b7116adf7abe796f81eacc4c9 0.05 MB 70 60
150,680 150,680 00000000000008d8c4df562bc0ad2437033c35d39b86f0ae295a24762288445d 0.00 MB 12 40
150,679 150,679 000000000000033f6b2d1b0dc417535834f93420fbabfb9db226c4556838022d 0.02 MB 36 104
150,678 150,678 00000000000006dbc25698cc1524a1db59680a17302b75586956b5d23d4145b2 0.01 MB 33 182
150,677 150,677 00000000000002a886332fc46b95b49704cf032fee8811c693cd469551639dc7 0.00 MB 9 68
150,676 150,676 000000000000092a0bde8021edb503ed6850632b9d78c9a23706c57a69e84395 0.01 MB 26 54
150,675 150,675 00000000000008ca5f06fa7ab34a4a23466c3ae6583ba4682c18840ce8bf89e6 0.00 MB 1 0
150,674 150,674 00000000000002b433186cd30e36a8a5bce76d048d11a421fff0a8b915c53a3d 0.01 MB 30 82
Previous 10 blocks ↓
Total Size: 769.16 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.69 GB sent, 93.66 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.