Memory Pool Memory Pool Refreshing

27,792 transactions
32.28 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,842 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,972 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,841 (144,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
718,216 718,216 000000000000000000039ce0fa9653ffa1a3807680162d6de0a1652f6f110591 0.87 MB 1,175 8
718,215 718,215 00000000000000000005539a89c5e2fab76ea7b14796cb94824a61ae90af3e35 1.00 MB 1,059 10
718,214 718,214 0000000000000000000b7df597c25e2b9322b40c5b2aa37873ec5985b1b45cce 0.63 MB 695 7
718,213 718,213 00000000000000000009f3d1a679642054c55982d6e9be9a751825927ad32fb7 0.08 MB 166 10
718,212 718,212 0000000000000000000657a24afa866bc1f9f3d2d66867924d584c9c4913ed57 0.37 MB 604 7
718,211 718,211 00000000000000000000da819a8bdda6fac5197e584d14a95dbe42dc13abf93e 1.57 MB 3,045 10
718,210 718,210 0000000000000000000764f830fc17ab3ac9813a53a9cc221659cb658d439f21 0.09 MB 191 9
718,209 718,209 00000000000000000008e1de5a7eb372eb0fd2e6291bc3be1b989cedd5264c68 0.34 MB 777 10
718,208 718,208 0000000000000000000256cfb104fae376fdf58161fabc8f02d73234f19b3429 1.45 MB 2,791 9
718,207 718,207 0000000000000000000a3cfa6ff29a4693ef10ea8ce21435d9dc4bf592a86e3f 0.30 MB 662 9
718,206 718,206 000000000000000000021895805595cd7bcc1d4aca7d2c53e59b45109948ef74 1.31 MB 1,886 5
718,205 718,205 0000000000000000000b1ba52982f4a212884f2d442c35f1d88fe30b1d36d638 1.28 MB 718 5
718,204 718,204 00000000000000000004b67dd387084606159c999b57534b35f10799030a0e11 1.43 MB 2,326 12
718,203 718,203 00000000000000000001b3267aef0c87bdfb5e03fe2e46bc642febd521d0dcf9 1.44 MB 1,434 8
718,202 718,202 00000000000000000008a6c4d902b0db0e17bde1e54a83131b063a4e5f53fd5b 0.07 MB 197 9
718,201 718,201 0000000000000000000132fdc0e9b560057302dc6b477f937052c76de3c7a54d 1.21 MB 1,937 4
718,200 718,200 00000000000000000008ffec0bdf9fbcc301080cd76ad497c29af370c5b96e57 1.51 MB 3,094 13
718,199 718,199 0000000000000000000646b5e63f5bd01533fe8261dddeb3d2339f61cf99f97a 0.57 MB 840 9
718,198 718,198 00000000000000000001e35b2e6cecd52e4d71f1d6ad909703c8df403f49582a 1.54 MB 3,023 9
718,197 718,197 00000000000000000001dcfe4ae298329bb704a9941ec9cb3f90be0253906405 0.74 MB 1,426 9
718,196 718,196 00000000000000000009df9aa5553f4ef1b84f139ff85094e86cb3b3195463af 0.21 MB 316 7
Previous 10 blocks ↓
Total Size: 685.80 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,404.93 GB sent, 110.58 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.