Memory Pool Memory Pool Refreshing

48,853 transactions
28.89 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,708 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,707 (277,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
595,537 595,537 000000000000000000142d0b51323d84aa0a65dbc8faa7a1024c7af3b2166d89 1.23 MB 3,427 17
595,536 595,536 00000000000000000011c9a01a50460906cf8b7f64a9200f54e671ab3c5aa786 0.33 MB 907 22
595,535 595,535 0000000000000000000a0f11594a66af3c9e0029b1f44e1ad5d9ef79c446688a 0.95 MB 2,582 16
595,534 595,534 0000000000000000000d74c2c1f28e21a67aaf5f11aea2fedf2715534bec8b4d 0.19 MB 408 29
595,533 595,533 0000000000000000001538b5965b2e5e10df34a06a3a1272d33d142b7cbf9ab6 0.41 MB 1,279 5
595,532 595,532 00000000000000000007b564fa17aca460082a0edc0babfe2d1b9b7bf6e65519 1.27 MB 3,122 21
595,531 595,531 0000000000000000001649e583c22e5b17ba04fa90003860ae5954d893bc3615 0.56 MB 1,678 17
595,530 595,530 0000000000000000000ea427015aee96a37e45e57874a71c304d9c4bcbe017ce 0.77 MB 2,197 16
595,529 595,529 0000000000000000000ba23b3b1555366e8172197fe35ee7501e7904f32c13f8 0.11 MB 268 16
595,528 595,528 0000000000000000001769fb6e1a8191c48fce8ff465c3d50dab729c215eaacb 0.94 MB 2,413 14
595,527 595,527 0000000000000000000fceb49592f19c39011bcfee168fdd55f02c4ae6929817 0.70 MB 1,928 19
595,526 595,526 0000000000000000000e0cf2434df1dc2fc46118585f5747bf66cc7085a32528 1.17 MB 3,068 17
595,525 595,525 00000000000000000014efcc068ee3e0c017b476a661d4e4b00a651485d04d74 1.33 MB 3,377 21
595,524 595,524 000000000000000000097cafc2b368d52de308d9ec20c80cd6c73753c0bc7166 1.14 MB 3,321 16
595,523 595,523 000000000000000000147f5016bb5f214347167eaa5a89a7f515069daadc3d0f 0.49 MB 1,367 16
595,522 595,522 0000000000000000000ebdeb7344503bba3afdacb0d31a328fc0c5e713236d93 0.14 MB 403 12
595,521 595,521 000000000000000000066ac1c9005eca8ada1ab54d24c8eef9ae23116575cba1 0.67 MB 1,454 18
595,520 595,520 0000000000000000000d72121f220bbbc1a4789cc459cb3c8b01419a3bd46fcc 0.65 MB 1,389 17
595,519 595,519 000000000000000000146eb5938f976dd036832c2c64664fd5902977b1a03753 1.21 MB 2,748 13
595,518 595,518 0000000000000000000aaa9fb02c4be4ae31b8225e0ac33c0b4688fc36924a22 0.11 MB 246 17
595,517 595,517 0000000000000000000fd0fdab14b52d99fb09e7cf94543e7ce1708f390c9872 0.55 MB 1,512 15
Previous 10 blocks ↓
Total Size: 704.51 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: 2,653.04 GB sent, 241.31 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.