Memory Pool Memory Pool Refreshing

401 transactions
13.75 vMB
Show Random Selection Loading Transactions
Max Size: 55/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,337 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 267 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,336 (887,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,755 20,755 0000000090d91a3ca8397b9231ee059794381ffb62ef0d6b814996ac5d86926e 0.00 MB 1 0
20,754 20,754 00000000196ca1120f54f8d5ebe05149104a64204c5b334504bd64aaea708d86 0.00 MB 1 0
20,753 20,753 00000000e87ce462c2360eccfdbc81f6b2192286939cb75af905ad9159cf84df 0.00 MB 1 0
20,752 20,752 00000000e7455c107741f8c018fea9fba6fac0b693684e0d87faf2fa46b2f039 0.00 MB 1 0
20,751 20,751 00000000a8ac914c57baa3a026fd963267d631cf688c2bc049ba45650ac65ec7 0.00 MB 1 0
20,750 20,750 000000007f3c7e30fc3baa54ad1456bba9bf23375a8ec810aa0af54a3fa7e1f8 0.00 MB 1 0
20,749 20,749 00000000b1fe834fa6141e65c9245759645edc7d472fed4879ab94bfc5d934ac 0.00 MB 1 0
20,748 20,748 00000000b173ec4f6770fc5887554c4a489abe5a6fc124df2e0e56192e55f1bd 0.00 MB 1 0
20,747 20,747 0000000036ceae2c3ef4c74dd426e6d32ce5dbfc2fe235c0c24f9ba80b42153d 0.00 MB 1 0
20,746 20,746 000000007b4ca6c6b73b0f99da228d7521c3c95723762b25bdc5f891d95ae260 0.00 MB 1 0
20,745 20,745 000000009c3b810a1b83d94832393607d60048008ea1b7752cef6c931f0847c7 0.00 MB 1 0
20,744 20,744 00000000615b8a837a275be77d265b2f67d8f9c84ce456bf31b427aa554f4543 0.00 MB 1 0
20,743 20,743 00000000170d15c8ccaf7d0bf8c00b15abc09074b1c7d92dd6bdd2b4d5f4f5e4 0.00 MB 1 0
20,742 20,742 000000004b863507a8fbfba8d98bfcbbec0a0fabdcf4f4de68be5f348ccbd47f 0.00 MB 1 0
20,741 20,741 000000004fbf30e0d52d27c45f94cb31ec79af5e046701a44f769bb4fd9fff30 0.00 MB 1 0
20,740 20,740 00000000d612214367f990505fd5bbae9237b3232a12aead211f88596da0c539 0.00 MB 1 0
20,739 20,739 00000000499e02b496fa1ad4e6d60a97e97e180b55edc26f38e8e84f979917b3 0.00 MB 1 0
20,738 20,738 00000000c478ccce04f1c1bf931a3548607abef93a3ef8cd1eeaacd88c6b6fb3 0.00 MB 1 0
20,737 20,737 00000000541743155daeb790d82d3429270e5ea7fccba2d48c8111445fddd016 0.00 MB 1 0
20,736 20,736 000000007a8b26ddc9dad44efead6b8f023b5fe0116164c9b7eb8f4344f0c694 0.00 MB 1 0
20,735 20,735 00000000c40bfe7915b84b5716cdc936fcea1e8dec2483ed79aed2421aa16a80 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.28 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,701.64 GB sent, 98.75 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.