Memory Pool Memory Pool Refreshing

1,967 transactions
0.60 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
4 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
907,767 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,957 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (794,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,791 112,791 000000000000d9b46c3c912d58d93e077cdfdab943b0e1375b8c7798cb87feea 0.01 MB 35 329
112,790 112,790 0000000000001b55d74bd927a9b3f0e0030bacdc31de0be6b5861b8632a47780 0.01 MB 7 1,259
112,789 112,789 0000000000005795ed47b52aee0f6c45019e48dc22e3638dfd83b07c94081f5d 0.01 MB 33 3,004
112,788 112,788 000000000000bea6ec9b10e4281ed0729e12378265243134513705ed47b46076 0.00 MB 15 1,244
112,787 112,787 00000000000006aa0d8604432aa869a5d1a4f02ed2e28e47fd95680fce432fb1 0.00 MB 7 3,875
112,786 112,786 00000000000089166d20056483d7c2b6272c700766f07b58ca4b714df190cb74 0.01 MB 38 2,835
112,785 112,785 00000000000016f6a0dafb8c6e82fa6aaca2198598c6ca448cbfaa7384e6746d 0.00 MB 1 0
112,784 112,784 0000000000010a4793310cb39cb0a9d709d53cb49a6c4b5dad4e0e0fae8b8399 0.01 MB 36 1,796
112,783 112,783 000000000000b5cb3e1cb4045bb1bdd907fcc9667e3a203ca691235f40ade2d8 0.00 MB 11 290
112,782 112,782 00000000000111a919c6bfe532501a750d3623a5bab2cae4c7cdbc2aa573fca6 0.00 MB 2 0
112,781 112,781 000000000000b9475685df68430197d1b3f9cb64d71dfc012d2c8f93e4d7523b 0.02 MB 63 0
112,780 112,780 000000000000efcb88d7bc2e825247b46d3f6745fc4b74f8afa5f4db2211a623 0.00 MB 1 0
112,779 112,779 000000000000fda9009b24a4246ac1e4fdd960bf3bf99318e723330ffd6c84cf 0.00 MB 1 0
112,778 112,778 00000000000124a17a27582485abeefeeaf5d9c8fca8d2594e5b793becd0f455 0.00 MB 6 0
112,777 112,777 0000000000007bd3d7357c402bad84bf90f336dfa02123ac0a8fc237c52446dd 0.01 MB 30 0
112,776 112,776 0000000000004082e34673af61e7b16d188e25a98af66600565757ca55a4e72f 0.00 MB 10 0
112,775 112,775 000000000000d965edc399a51e3181d4a5c7a54aa9a167c7d3a7bcaa55f3289d 0.00 MB 1 0
112,774 112,774 000000000000924d62bf60b01773be42d03af46bbec09abecc1de997379087b8 0.00 MB 2 0
112,773 112,773 0000000000011dfc009c1e67eaf1533c6cb80e5dcc1fea82bdcaa3be4ecfc586 0.00 MB 12 0
112,772 112,772 0000000000011b5701142e5c21d6713288949ce970f7f192384e6e854c2b3e5c 0.00 MB 4 0
112,771 112,771 0000000000006c7e207181541bbf2abfaf1d7915f013a8198c574cd91fecd3d6 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,629.15 GB sent, 93.41 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.