Memory Pool Memory Pool Refreshing

22,562 transactions
29.36 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,634 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,924 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,633 (16,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
847,201 847,201 00000000000000000002e2f277e3d73b071d781644ccfa21b21b7c984ba73379 1.54 MB 6,258 28
847,200 847,200 000000000000000000031f8981318b21fcd221d10b93d31945e13e65300bfee7 1.46 MB 3,498 64
847,199 847,199 000000000000000000000f355a874f49313715a2451d9ddc120d9972d3c8ba2b 1.52 MB 5,161 42
847,198 847,198 0000000000000000000001cd6320871808b4aba28e171a85693daca9da58f228 1.53 MB 6,482 39
847,197 847,197 000000000000000000008bdfedf10b6c30ce3f8021aac4d5a1d136e022303de8 1.48 MB 6,237 35
847,196 847,196 0000000000000000000139be8556c8d1bb9607bb8037f652d050e8724739d444 1.57 MB 5,736 35
847,195 847,195 000000000000000000019f9e653404bfc8c175ae81c94a4c534d53592b7f48d9 1.55 MB 4,165 66
847,194 847,194 0000000000000000000293cd2ee680cc5be38cc9e76ff5daf54acc52648e5e37 1.54 MB 4,431 40
847,193 847,193 000000000000000000031c3e39dfb5c446b10adc528c59f80ac3b3fa2a52d473 1.50 MB 3,466 56
847,192 847,192 000000000000000000030af500df55e724beaad9a24c99479f9befe14c22c6cc 1.63 MB 4,200 47
847,191 847,191 000000000000000000023fddf4c65273e7c7daa6fdb6cac4e863cc7dea227db2 1.53 MB 4,053 90
847,190 847,190 000000000000000000007c80fa7786b2d168486f9168a8166bf03a6fcc580a4a 1.52 MB 4,119 90
847,189 847,189 00000000000000000003283b368bae25d0ef61f91acfaab31a9a72958e87374b 1.60 MB 5,206 49
847,188 847,188 000000000000000000022ffdc20049ede6f091b8a3c376143a8adbd54c9d7866 1.51 MB 6,576 38
847,187 847,187 000000000000000000025cfbb2a93e194afa397b452ad22fcee38bf7c72c44d6 1.48 MB 6,694 35
847,186 847,186 000000000000000000031fa4edcc5c8e702dbc7f2cd953247521d53f5d6fdd85 1.60 MB 4,821 53
847,185 847,185 00000000000000000002dc2b73be25e933be18d66772718d73627dee1e43bc93 1.43 MB 6,739 39
847,184 847,184 000000000000000000024ab5661b86b91dc42284c78438f24369d44a113d82ab 1.56 MB 4,792 53
847,183 847,183 00000000000000000001528cd61d5d907edae072a029218d43792d16767a2bfd 1.55 MB 7,127 30
847,182 847,182 000000000000000000015939f1f202526e0c4e594221094468c80cb7a0f078bb 1.54 MB 6,210 38
847,181 847,181 0000000000000000000216f175bdac41b9e0082da75c04c081953bcc72036934 1.52 MB 6,015 35
Previous 10 blocks ↓
Total Size: 687.32 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,514.21 GB sent, 121.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.