Memory Pool Memory Pool Refreshing

4,229 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,471 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (755,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,897 151,897 0000000000000d94ca2e1b9b8decc15889add6727bef28c1527651d4c64e1010 0.01 MB 35 147
151,896 151,896 00000000000003495d3b0b53260b4c278b2cb35fdfbeb49a93b9f5a2a2cdc002 0.00 MB 8 303
151,895 151,895 0000000000000b00514f50a1c6dda6f1d4acaf3c8f81240e6244e6a8d5f8ed84 0.02 MB 30 101
151,894 151,894 0000000000000d226fa601e75f0fd4c0497a85cf2c015e3604f0baca800d7b0c 0.01 MB 35 40
151,893 151,893 00000000000006110183ae56086e2716d2f2642cc00384c4d67b33f22a808b08 0.00 MB 7 1,022
151,892 151,892 000000000000057b0d776386de24c72823951a9f02ebc3c44a3ebe51457c05a8 0.02 MB 72 131
151,891 151,891 00000000000008f342744c0558cb5fbc033c39c01b35d2cd316260086d8e5ea4 0.05 MB 109 52
151,890 151,890 00000000000000648627a3b40db90b65ab896722c6777446ea7c24925070f28c 0.00 MB 6 316
151,889 151,889 00000000000000858216ed0d7f0956b532aa9aacaad87757690225a8be2e5c07 0.02 MB 59 6
151,888 151,888 0000000000000d1eefbf6cda85225dff65faa7c569442e33e853c3ad6de78a58 0.01 MB 25 45
151,887 151,887 00000000000002c642786e0b0382f9509be4d3d43202cbc05bd4321bacea9acf 0.04 MB 66 155
151,886 151,886 00000000000006c021f3760d6853fe2eb777b375a321bcdc8abb4aefce1b56fa 0.02 MB 40 25
151,885 151,885 00000000000004d5f0eb53cc23b774150f23422028c206c1054b81507bae297e 0.01 MB 27 141
151,884 151,884 000000000000075195b431d32aafbf82a644ac5813c9085fa4bc11b11b8e4c97 0.04 MB 81 113
151,883 151,883 00000000000006d7c66167b759bac80470e3edb4f8ce61407d0be177c0000dea 0.00 MB 9 93
151,882 151,882 00000000000005455641b54b2a0a86b8938811edb82a1263f35a5ff918e395e3 0.00 MB 1 0
151,881 151,881 0000000000000a49aff157e421456881909cfe7e97517b11685e29b6fd647485 0.00 MB 6 39
151,880 151,880 00000000000005b014e2a01305ce7f81868dd5c4cbd03969aca53fd4673178c1 0.03 MB 116 10
151,879 151,879 000000000000090e0c4502cdc6a40d5de0b29d7a3daf93ee819d96553bfd1a88 0.05 MB 147 26
151,878 151,878 00000000000004833fb24ea5fed3ba1504b1dbd21975f316165c6b90e28aed4f 0.04 MB 90 149
151,877 151,877 00000000000007d20fb5036dc6850b09d7ca5b8ff8d787547b252fa9d38304a0 0.02 MB 41 86
Previous 10 blocks ↓
Total Size: 769.01 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,617.24 GB sent, 92.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.