Memory Pool Memory Pool Refreshing

63,410 transactions
29.55 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,865 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,192 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,864 (15,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
854,418 854,418 00000000000000000000ec60d8e817de3fb1ae75aa9db003cf5082c79199e576 1.59 MB 4,322 5
854,417 854,417 000000000000000000020ce4c5d214d149dbf59e6bf7ca4798710e7febdc1776 1.58 MB 5,810 5
854,416 854,416 00000000000000000001ae72fd0ec9d42b513bb682e98fc9264829bb6beddb1e 1.61 MB 3,637 7
854,415 854,415 000000000000000000016fce95219d5f49dbc88c4b6c61fcf61680f8e2a57197 1.50 MB 6,023 3
854,414 854,414 00000000000000000002ca163fbe431d83f1d934699c3b3368d41ac913d4b525 1.57 MB 3,078 5
854,413 854,413 00000000000000000000c3420e02a5abb37c12417ef98db47968360ba5286483 1.58 MB 3,455 9
854,412 854,412 0000000000000000000360290a13e45a92ed27be15e671ff34372b18470dca3f 1.63 MB 7,404 4
854,411 854,411 0000000000000000000226e5e7600ac98ef38f06a2cda08023cabbc8514fea50 1.64 MB 7,375 4
854,410 854,410 0000000000000000000251e779474995499db79fed5107716727b41210c267f9 1.58 MB 5,003 6
854,409 854,409 00000000000000000002a7cdac45837bf44ce5fdbf1d8891f320ae0c5e1b7ce9 1.50 MB 3,409 6
854,408 854,408 000000000000000000023489971bd76d3db97365ac05904211503cd7fd18eee0 1.55 MB 7,539 3
854,407 854,407 00000000000000000001176b67c56b4ec0a2e5ef8546602dd7678d155447971d 1.64 MB 5,041 5
854,406 854,406 000000000000000000024459ac9b1917ac6d77ae5c6c0e74c4d93b30ded1044d 1.71 MB 5,075 5
854,405 854,405 00000000000000000002f544a75e895fc36991e05de42a34b4ae5166ba542d09 1.61 MB 5,911 3
854,404 854,404 000000000000000000001c8044da6c7a800e73ebfd9aadc36a971ecc0589a348 1.59 MB 3,264 9
854,403 854,403 000000000000000000017053a5907d9459b13d8b501e54732a3055c425e30e28 1.65 MB 6,645 3
854,402 854,402 00000000000000000001b10bac8c7c933ff0f6b7226d914111ddb06f00b87578 1.67 MB 5,830 4
854,401 854,401 000000000000000000027949b8fcfadf7be605198cd26eb77048c710b1b94883 1.57 MB 3,383 6
854,400 854,400 000000000000000000018f40f5e97b9bf2696fafb2efab995e242ea4e31ce7c9 1.67 MB 3,982 4
854,399 854,399 00000000000000000002788d13c997af77f50eaa814921491c39ed556ca64697 1.66 MB 3,917 6
854,398 854,398 00000000000000000001f5610b43dd3ea8e6212641fb501d72541cb07edc5c2b 1.58 MB 2,343 7
Previous 10 blocks ↓
Total Size: 699.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,131.79 GB sent, 205.22 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.