Memory Pool Memory Pool Refreshing

10,637 transactions
4.41 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,579 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,022 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (826,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,924 81,924 00000000003d46679b213c63ce377d8ae5be4e538d753b401e4f9a6928c4df9a 0.00 MB 2 0
81,923 81,923 00000000001ca063d5da9282d8f5360ffb5d7adb33999de369b2b78c73a74c3d 0.00 MB 1 0
81,922 81,922 00000000000c23002ea1030073dd4356b40a8d4d6607f93ddb47ed96590a8853 0.00 MB 1 0
81,921 81,921 00000000003e8affc71c856c9f2a09dc455900a23f31ca875824981937f6f0da 0.00 MB 2 0
81,920 81,920 00000000003e66a93ec6a359cc4053b7a397567e4acf28b544ff042d4a7d913c 0.00 MB 2 0
81,919 81,919 000000000019707e79571fed9aef53111e456109d2842149fbf59086fb2a301f 0.00 MB 2 0
81,918 81,918 0000000000360a3a8a2668b2e7f10d07546c6cef7f6499ae712f2a9caa45073d 0.00 MB 2 0
81,917 81,917 00000000003339f28031bbfcb5a0b72c06978ac7c333eb972a44c4b03c4670fe 0.00 MB 2 0
81,916 81,916 000000000030667c26c13f422597a103d06d00e53763165f86c5852ac0f2c528 0.00 MB 4 0
81,915 81,915 00000000001f40d7cc13d09dad5d81c6ec2dd3def695215bc570293efc844de4 0.00 MB 3 0
81,914 81,914 00000000000e5ef34fbf99b1ae946aa537d18111102f2c4db2f822ced4904c21 0.00 MB 3 0
81,913 81,913 00000000000976bb8e34409b4a4f6f57513d3a5153a16d4b5bcbb4615543bfcc 0.00 MB 3 0
81,912 81,912 00000000002ea5885240aaf4549af2b86770796f67d1fb9c8d42daa87af8088e 0.00 MB 1 0
81,911 81,911 0000000000085c8fe444d674447785e5cb39e7b905a36b11413d7653723a7470 0.00 MB 1 0
81,910 81,910 00000000003acaa70f01db4dd309482adf6af1b444a6a648a08a4fcc0c8d8c5b 0.00 MB 1 0
81,909 81,909 00000000003104df9041c5c036f2c6ac5b1bb497c0e485e9ede86e5edae27f23 0.00 MB 1 0
81,908 81,908 0000000000430e117850b89f70603dcf7bee09a05909e41f1cfa2718b2fbe2ad 0.00 MB 1 0
81,907 81,907 00000000003ef861cc7d823dece7de3fb666d3cce21b4bac48761358e85fd785 0.00 MB 4 0
81,906 81,906 0000000000254ad04b187e5597b3aa814782ee058351cd74da5572a341dc7fd3 0.00 MB 1 0
81,905 81,905 0000000000426f8eee931627eca232a99f93e24cac96e60c4e45383c648bb365 0.00 MB 1 0
81,904 81,904 00000000000d9b17f5ee953547f380e47d9fc874a47f7d67dede229ac43e7fda 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.73 GB sent, 100.87 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.