Memory Pool Memory Pool Refreshing

9,550 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
908,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,751 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (901,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,623 6,623 00000000fd3de7aa3b66fde40c2261012c2a58d148485f7de5858e56cddfbad9 0.00 MB 1 0
6,622 6,622 00000000ecfde649a703099b196b7701ba0bf15736cd00ed21cef9d9cc59a940 0.00 MB 1 0
6,621 6,621 00000000649197a8e7d6973b4ed5207b689384b54ba117e3914a65f57de20b33 0.00 MB 1 0
6,620 6,620 0000000066b25775f936f1f49ecf24a5f35a35276c00ab59b0dc4b4668554523 0.00 MB 1 0
6,619 6,619 00000000d83489ee557ea8da7ac149fd54250c6afd8a782dc77428a37ca86cb0 0.00 MB 1 0
6,618 6,618 00000000ea99f0abd8798df94b3d09b0da09c41ef322c8303c4e89e8a7b91c07 0.00 MB 1 0
6,617 6,617 00000000ca391d792442f1bee1863e4007df4575eb1dc8566cc14755e5b397bb 0.00 MB 1 0
6,616 6,616 00000000c6d0f26ad10a297481f1af0607bd07b5aa18c0cd3a9124b6e3e5fc7a 0.00 MB 1 0
6,615 6,615 0000000096a8c39735960c1e0722516a0b8bf8075696f7ebcdf8bf2f50f60777 0.00 MB 1 0
6,614 6,614 00000000a91bf5d68cd1da7873fc2d6a173462df900eabc46b0d6fc20a223a0e 0.00 MB 1 0
6,613 6,613 000000001e1073c002b345c5294a18b269bc4959c1f1cdf27053617474b0b253 0.00 MB 1 0
6,612 6,612 00000000bd52e0af9167059079552edc131a6f1cd3e258517a50771eec15ae41 0.00 MB 1 0
6,611 6,611 00000000b02741de5b68e95239d6a183befe737cc32b271b1aca9d11d931b6af 0.00 MB 1 0
6,610 6,610 00000000f3aa1ae6488992a477c94fff9401abdf4be1545fdc004a29569e3e8f 0.00 MB 1 0
6,609 6,609 0000000058fdb956a96a2b83168e70fb7e48be905765c3bd6dd9ec1de620f65e 0.00 MB 1 0
6,608 6,608 00000000b776ee1fa3ebb0171daf50fa16b9d57771edbab95731716e58a8bac1 0.00 MB 1 0
6,607 6,607 00000000021c3bcfd21ff39ec04f4232ed4c692af0abf8220f0b5558b1f793aa 0.00 MB 1 0
6,606 6,606 00000000bc0d16fc430f40453a9e9e111abce5d406ca190919975dcd07df4f10 0.00 MB 1 0
6,605 6,605 0000000096c22cc70e57f530e99fb47133767dae4d7708b0d740bb560c2ace70 0.00 MB 1 0
6,604 6,604 0000000032c77420b3b96781f8e5fbbaa880741cb8394df821a4ec4660ad8436 0.00 MB 1 0
6,603 6,603 00000000162cbdafac48666609b3d5e21989497bda594c167e0a07ad569bb154 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.60 GB sent, 96.47 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.