Memory Pool Memory Pool Refreshing

10,149 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,298 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (593,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,606 314,606 00000000000000000f2d386f8ee58b71f49e1df4379926666bb6166c22fce4bf 0.09 MB 256 36
314,605 314,605 00000000000000002732eab33f00204195e40ebf425238d4d38148bec614d896 0.44 MB 841 27
314,604 314,604 0000000000000000030007765b581a05f092ec0fdecac269017a032cee7eaaf2 0.24 MB 482 30
314,603 314,603 000000000000000008b66fa90b2cd9b00035320f9fa6d93673320818b4a85c26 0.66 MB 809 21
314,602 314,602 00000000000000002bda8f702a7cd0848aa6984ecf3a98ed2455743c10c0b6af 0.25 MB 776 46
314,601 314,601 000000000000000017dd6a48fbcb1f72f0ca55c2e2d11218ae2d16ba27b7b444 0.04 MB 96 17
314,600 314,600 0000000000000000002440723e563f61dcc4d909936b0d27034502a89aef8273 0.45 MB 842 28
314,599 314,599 00000000000000002eafca32c75a8d9275df1c89bf7093300127ff4998ab842a 0.56 MB 1,083 36
314,598 314,598 00000000000000001d0bb6c5328be9815bb465d8fe96a76b34cf21b4ff515da7 0.51 MB 962 32
314,597 314,597 000000000000000030e7c0bf1e19c0569af9e6f43093a88cc7fc5a23f82dd4c7 0.08 MB 177 23
314,596 314,596 000000000000000007181c35ec923d377c940cc2c5690a11f41d90320bea562b 0.47 MB 852 27
314,595 314,595 0000000000000000184592cbca18544d6272f880389905af1cf77b96ac8e3852 0.37 MB 645 33
314,594 314,594 000000000000000017881d0eb06ffdc9cd5ab347316e25807ca5a53b9b068cbf 0.41 MB 672 25
314,593 314,593 00000000000000001003ad68696d92963eecbec47663d78346127636c1400cd6 0.34 MB 269 17
314,592 314,592 00000000000000000c0d7c4158649941bf75559b1fca304a18ea7ec6eb393169 0.35 MB 614 26
314,591 314,591 000000000000000027118e84946b91e012c9b1062770b5964761b303d65c2d68 0.17 MB 512 73
314,590 314,590 000000000000000009737cd086998c9ce6ab619f8e1a78261a035f01c13802e4 0.14 MB 230 22
314,589 314,589 0000000000000000378b7955bc0fa76bb25575ee6d1cc64ed2e16982a07199a6 0.75 MB 1,191 27
314,588 314,588 000000000000000031da008430216c9a42fc38e56532c9ccf01dc1e22b5c5d93 0.35 MB 857 37
314,587 314,587 000000000000000029cc4183b07be970546f1577d1d974209544a479ce7b182c 0.36 MB 510 21
314,586 314,586 00000000000000002104c31b7c5108926b877cef92d0b434cc333d5d22ad9003 0.20 MB 512 46
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.