Memory Pool Memory Pool Refreshing

837 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,426 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 817 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,425 (809,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,632 98,632 000000000003101f0a4805bb073ef5110041f2c084eb7dd7fbfbb871919c5cec 0.00 MB 6 0
98,631 98,631 00000000000510fa902a5a4a01263a1364998cc4fa041468def12934f375e792 0.00 MB 13 0
98,630 98,630 00000000000089759f6edfcdc6dfe6820d76fcd26c5301e465d3ef8a0dca404f 0.00 MB 5 0
98,629 98,629 000000000003d0bba934101e224ca5690b44883387f209022559be442a0a2dee 0.00 MB 1 0
98,628 98,628 00000000000304518ed7b45a05a05d83fecb0092526534118319b56e2cf45e02 0.00 MB 1 0
98,627 98,627 000000000003804585605b6f2de6ea7b7bff39b3afa42312b80425fb8af1ffdd 0.00 MB 2 0
98,626 98,626 00000000000433fa44827e0c79c28ad59923451d0d4cade02bd1da93027548fe 0.00 MB 1 0
98,625 98,625 000000000004da84051db9a70b3b0ae5508d55c2841e55446fd10e77d2c30f4c 0.00 MB 2 0
98,624 98,624 0000000000054297a4209b43609568c4fba3aec198bb921fc964c0ff66c4cf36 0.00 MB 2 0
98,623 98,623 000000000005588fdec3a6beaf500e5b3f6c8c8f8eb6fdf671b4d3c67ed16e38 0.00 MB 7 0
98,622 98,622 00000000000343f02ed456ea63309ec2e7e46d9a707832a9f8dca493f52650d0 0.00 MB 1 0
98,621 98,621 00000000000544e3be7f8e0100ab59fed19753cac6bf4aedb7dadac77917ea36 0.00 MB 7 0
98,620 98,620 000000000000474939e8287a22edafcb4a7ba907e3ca18562fff44781a3891b7 0.00 MB 2 0
98,619 98,619 0000000000035f519757b4d8dc5ee67c04e0d4fd4b2a6744efd8bb36eb39d80e 0.00 MB 3 0
98,618 98,618 000000000004758d0885ec44d52763dfa1e2ca68c4f1a66e1708b4a21de8225f 0.00 MB 2 0
98,617 98,617 000000000001df4c107bc90b27b6ed246a99f6d73320992cdd7b502001541ce7 0.00 MB 2 0
98,616 98,616 0000000000046a6364a123425fe05480cc80456264c27151bf082c746cdc2d27 0.00 MB 4 0
98,615 98,615 00000000000535ca285f61e6520db3e4ce3d05a6348e0694d9b3b7a01d6d53e5 0.00 MB 7 0
98,614 98,614 0000000000026b553abb9c7a5c10df5c66de1089817d3af83c24be2498df438a 0.00 MB 6 0
98,613 98,613 000000000003795618828a3320d36fd28233c4a60a3398bcdef1ffe21dc7c051 0.00 MB 8 0
98,612 98,612 000000000001180adfe30d5bf7a0a5c78c8a8655bab840034a38cfa6ccb5a7a5 0.00 MB 6 338
Previous 10 blocks ↓
Total Size: 770.49 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,763.49 GB sent, 99.52 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.