Memory Pool Memory Pool Refreshing

47,895 transactions
26.88 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,417 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,999 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,416 (13,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
850,027 850,027 000000000000000000005323fa4d0bba9929fd2a047156676efdf139b46e08cb 1.64 MB 6,647 8
850,026 850,026 00000000000000000002e0f6484a0601839a3bd92b9991f52d98b78d9b02d82c 0.00 MB 1 0
850,025 850,025 000000000000000000019b81b2187f4a7285a16f6f3a4c0d44127ffcbe9d0213 1.75 MB 3,530 7
850,024 850,024 000000000000000000005fd6aacb17a1516953e0fc8f5b9e024f24415896fdd2 1.67 MB 6,318 8
850,023 850,023 000000000000000000014e26f40a8aa85c6a4d16ce2017b64b482c3511b3f979 1.66 MB 6,293 7
850,022 850,022 000000000000000000009fef8c148a87680e265387122cdf813301f334ef8f11 1.57 MB 5,289 9
850,021 850,021 000000000000000000032cab8182abc3338daf0c239a27e60d8c2151a3b99dc8 1.72 MB 2,182 14
850,020 850,020 0000000000000000000195940324e8fbd1f1d9f872cd16980c826930453bf65e 1.66 MB 4,434 12
850,019 850,019 000000000000000000029003005d728db10e6a1611be389c187addd9cd9a9556 1.70 MB 4,837 9
850,018 850,018 000000000000000000029fb3f470b9ee02d3a356c5d64efa4abfc1e252eb3a6f 1.66 MB 7,059 7
850,017 850,017 00000000000000000000075751a0cf9ec9e5403570412df66f41a5b41db72be3 1.63 MB 4,605 10
850,016 850,016 00000000000000000000cbef2155e5b94d5f28271050a854fadc4cff36b2c556 1.64 MB 7,377 8
850,015 850,015 00000000000000000000bb007ece9612789234472adbac6b590cc8616501226a 1.63 MB 5,370 8
850,014 850,014 00000000000000000000976ef792d1bec00dccc7283762f103474e1af03e8dd6 1.60 MB 4,112 12
850,013 850,013 0000000000000000000225d62a69dbacad17a12b1b286c38cfecfe11705b120a 1.37 MB 2,784 11
850,012 850,012 0000000000000000000294a306c1ae1253acab72ad39d4e1720826870e1d895b 1.61 MB 6,034 7
850,011 850,011 000000000000000000017912ccf5b59ef92442857dbcea7ddb8b6a0a42e0b524 1.64 MB 4,514 10
850,010 850,010 00000000000000000003370534b062ed45033f24876d5dc102e3b7cef09cbe45 1.96 MB 2,267 7
850,009 850,009 00000000000000000001dcca9c1036a0c58e25132336d6314d20368bceb9c03e 1.79 MB 1,282 8
850,008 850,008 00000000000000000001b57d55d0940c53d30b8960caed743e9c49f105915078 1.68 MB 2,747 14
850,007 850,007 000000000000000000019e66b934078336ecde313b5eac1dc0faf2400705ef85 1.82 MB 1,095 8
Previous 10 blocks ↓
Total Size: 686.91 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,497.29 GB sent, 117.85 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.