Memory Pool Memory Pool Refreshing

7,096 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,722 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (13,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,083 894,083 00000000000000000001e203954ed2bf67fd3da1cb86afa43de5114eaeac1b21 1.68 MB 3,537 3
894,082 894,082 00000000000000000001ae618fe2b2de3d4702a0d14cbb58c49652384a61382f 1.58 MB 2,611 5
894,081 894,081 0000000000000000000031b301a989fa99f6a4a1e767fcea66173da249224c4a 1.66 MB 3,824 4
894,080 894,080 00000000000000000000456d69a93012b5dbe94267248dd7174963e051ec0e88 1.53 MB 3,425 7
894,079 894,079 00000000000000000001d24064f546b7ff5ae82db61c487d18ae960eaec9730a 1.54 MB 3,361 6
894,078 894,078 0000000000000000000107e632f9eaacf11c502d85bb23073a020084c55d53de 1.61 MB 3,041 3
894,077 894,077 00000000000000000002394157d218fd1903d68366a8ef9db090a97f6d43005c 1.58 MB 4,484 6
894,076 894,076 00000000000000000000e66e9b9c1d45bb613e2ac6b121a5bd0b458f82a040fc 1.53 MB 3,591 10
894,075 894,075 00000000000000000000c4ed5b0eea17a824596de122e5c5d49087f82fd9f292 1.72 MB 3,309 4
894,074 894,074 000000000000000000020e376e6297ab7b31ffc97df66334394a60d43abca750 1.59 MB 2,629 3
894,073 894,073 00000000000000000000d6fa5239e2592cb3082b62a165db9358c371215b58ef 1.53 MB 3,631 7
894,072 894,072 000000000000000000002aa8cb255c09c2d18686f3b748e4d4399cfb84578f87 2.98 MB 1,856 2
894,071 894,071 000000000000000000000d11c0a2dd7ed47dec57c3c5a82fca5eb42aac41baa6 2.31 MB 1,321 1
894,070 894,070 00000000000000000000906567ed24a4bb5c4630e8b0c10becd96db6628ab7e7 1.54 MB 3,148 3
894,069 894,069 000000000000000000011eecbb574a9783bf231840aea9689cf7c60cc732c993 1.74 MB 3,655 28
894,068 894,068 00000000000000000000245e3f3a6060772f1eace484713be6b1ffd610e2ea3f 1.72 MB 3,684 3
894,067 894,067 00000000000000000001486be3e83adb598d9622fba6cd06cd410365bd7c46ed 1.56 MB 4,218 5
894,066 894,066 0000000000000000000021e1250456abfb0fe6cbcc64634439127ec4325eb63f 3.27 MB 1,089 1
894,065 894,065 0000000000000000000156047e87fd5cb17c7d5c30693d7b1d4b9ca7312c6b51 1.94 MB 2,877 3
894,064 894,064 0000000000000000000147fa62b2acde4088a5c4d256860cf1e13a87b1e2ee63 2.97 MB 1,576 1
894,063 894,063 000000000000000000008b5ec9a2f3b317bbeafc218b1209136431d97e5f1085 2.04 MB 2,529 2
Previous 10 blocks ↓
Total Size: 769.29 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,635.61 GB sent, 94.36 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.