Memory Pool Memory Pool Refreshing

1,430 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,417 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (552,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,757 355,757 0000000000000000092e5dab0842f720b399d347438c13914952fb209bae8f25 0.22 MB 371 13
355,756 355,756 00000000000000000bd2185a754d0d1c0767ad217e1081f92f15cec31309b6ad 0.25 MB 172 14
355,755 355,755 00000000000000000e5966333d524cf2a25b3e025d706c888438165c5be9ce24 0.75 MB 806 21
355,754 355,754 000000000000000015d001983a73301ad1e02d0a34a39eed671993224670dc69 1.00 MB 2,419 40
355,753 355,753 000000000000000011f0a9f671cc23fe156947509d07b0d43b70b2b052abf44d 0.22 MB 240 23
355,752 355,752 00000000000000000f4a002b734c04514f20b65d91455561e783cb8847dd2406 0.26 MB 521 27
355,751 355,751 000000000000000014341d6dd7957da8e347816960f7afba5c3ed4f70ea727b0 0.03 MB 47 12
355,750 355,750 00000000000000000b1a4ca7653ac6f2cfa6149c8986895711f43ab153756e24 0.12 MB 198 31
355,749 355,749 00000000000000000bcc249fb202a820a4d20168a216b7bf56a524e602672d6d 0.16 MB 299 27
355,748 355,748 000000000000000013114b6dcd7c6c601643d9dbc2944759d4537dc6dc5929ea 0.03 MB 71 25
355,747 355,747 000000000000000010b9a60296024f54ebca1739eeaf8aa182d2589142503d77 0.36 MB 686 25
355,746 355,746 00000000000000000d0c5ab6b61ee23490fbc048eed2152c663082cf0bc86e4c 0.68 MB 1,366 29
355,745 355,745 0000000000000000071449ad557f57061ba72c0ef07e759820e7c43d13673d92 0.38 MB 1,299 52
355,744 355,744 000000000000000012f595bf37938fec54352250c218c905d2c0a71f0f0b6d0e 0.37 MB 817 34
355,743 355,743 00000000000000000da68ae4f7617abbec3823f47915dfc74fc5dd7218ddbd08 0.23 MB 510 30
355,742 355,742 000000000000000016becc3433e15320f97aa8f8a5d6b9156e8db6a33ee7b1d0 0.39 MB 651 27
355,741 355,741 0000000000000000058256228470bd7b3c5e7575c9175a751af90529ae44d931 0.00 MB 1 0
355,740 355,740 00000000000000000af91015941327db07824dae3acaf39d43eaf0f03e1e5c49 0.15 MB 240 18
355,739 355,739 0000000000000000007830eedb2b431faf96f7b9b64f6a61be7915dc1c11107b 0.00 MB 1 0
355,738 355,738 000000000000000014a1df2c1e4b863e8ca1f30591aa8bd5a5227b0a5a8ed8da 0.06 MB 58 4
355,737 355,737 000000000000000013a7ce7cdcb84e7a9c2c14ef8b3a852ace0f5e4cea69bab7 0.59 MB 1,151 26
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.