Memory Pool Memory Pool Refreshing

507 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 493 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (291,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
616,067 616,067 00000000000000000002d6f34131b1fdad82dc8791b4fd8106912112c234d354 1.10 MB 2,474 13
616,066 616,066 000000000000000000080de73c2af48ee0c6fb5f0998da32e95e05467404c120 1.29 MB 2,573 18
616,065 616,065 0000000000000000000fd23d3a57f501bcfbc79e067ddbe089997fd8d6691ad8 0.00 MB 1 0
616,064 616,064 00000000000000000001145bf2e7cb7f04df55feaf3b55d9f6511522bbbf333f 0.74 MB 1,786 16
616,063 616,063 00000000000000000011a072d310a2444878276a1ca395ca18861799bd35ffc2 0.39 MB 921 22
616,062 616,062 00000000000000000002a401b5d2ebe6bafe1a4604d3b04643da4768475dfeac 1.20 MB 2,482 14
616,061 616,061 00000000000000000010f0c12861b99db6bf2b0d4111f3afe0b99c512b36d1a3 0.79 MB 1,951 14
616,060 616,060 0000000000000000000502311d1bea332d06247c996fcf4876684abb4ce7d70b 1.11 MB 2,632 16
616,059 616,059 00000000000000000006c12ce913ece538e88ae8c760b7e0a7e4fbe15ed8be16 0.73 MB 1,668 16
616,058 616,058 0000000000000000000c69472c8b5743653ede839dee323e0f27b9a23aa79fcd 0.05 MB 164 2
616,057 616,057 00000000000000000009a0c7bb584735740042c1a80b6643d9b9138ab883a144 1.32 MB 3,352 8
616,056 616,056 000000000000000000088f7f2cb82f0e97478e0fb68a5d95da4345c79e807958 1.32 MB 2,464 16
616,055 616,055 00000000000000000006ddcbfd908826e5f51dee7372cd880a70fb4df000278f 1.12 MB 2,638 9
616,054 616,054 0000000000000000000842915a1880ab82c14440699fa865abb9853969384dde 1.29 MB 2,494 17
616,053 616,053 00000000000000000006ceffcf99c3406d28814e337b01289e02ab1ddcc6e3f1 1.35 MB 3,067 30
616,052 616,052 0000000000000000000b56df612c8f52792da0e009818db12b9e2ed536c48891 0.07 MB 158 18
616,051 616,051 0000000000000000000a2fb756da591a43adf11ffaa54bd9989b2385a14de122 0.82 MB 1,892 18
616,050 616,050 00000000000000000004f4befe52068a57ad0f7898ae05dd848c6c74b8bec784 0.54 MB 1,261 19
616,049 616,049 000000000000000000046c2e16f00be2a6c2713d81e007ba9b3bf1c5e774fdeb 0.63 MB 1,760 9
616,048 616,048 00000000000000000000f1d4eec64227175b8c419f425e7e1fcb765ede987845 1.29 MB 2,665 17
616,047 616,047 0000000000000000000c71e9f3636060e152b30fcc47c44b26a57f6c16c4447b 0.63 MB 1,010 16
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.21 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.