Memory Pool Memory Pool Refreshing

68,762 transactions
24.95 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,030 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,029 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,029 (27,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
834,695 834,695 000000000000000000003b869494f4d6e7de0436d5ecd1b9e897728cdf5ca940 1.83 MB 2,416 43
834,694 834,694 000000000000000000032080d9971831489f0e8717f7712dafe544aea76f2b1a 1.67 MB 2,570 39
834,693 834,693 000000000000000000032b3666aa4da769d272e90a3b95819433ef1ad8cf0f91 1.57 MB 3,090 43
834,692 834,692 000000000000000000012752a33c23b9ce962550038e2be0df0a78d9dd9ca3cb 1.63 MB 2,306 38
834,691 834,691 00000000000000000001990068054836c67680980207ee7174bb35bc1546deff 1.57 MB 3,043 40
834,690 834,690 000000000000000000007a95f8bcabcde05f37c8fe9f37cbf8422ecf25feefcb 1.63 MB 2,277 34
834,689 834,689 0000000000000000000026ebf8f613a1ce69849f12e2c5f8fd9867c2402e60fc 1.60 MB 3,047 33
834,688 834,688 000000000000000000004d22a806f5fc6e4ee8ebfc8bcdb921d0f47cad8bf62d 1.68 MB 2,719 37
834,687 834,687 00000000000000000001a680cb297921d300dadaab79df9876303b6c0bd9dd69 1.64 MB 2,921 37
834,686 834,686 000000000000000000017ff36e3f004964cdaea7d5e397965673ec5ef9ce9337 1.61 MB 3,081 45
834,685 834,685 0000000000000000000132006d75c39161b70fd058da1b740ab02c3f1df4470d 1.51 MB 3,063 46
834,684 834,684 00000000000000000000a61883c3ad65d2e4f01aa6bed2d3b444458ece02e11a 1.77 MB 2,385 31
834,683 834,683 000000000000000000002f6b3e39e0224d8126f6be1f97d54b4926c3ddda49ba 1.56 MB 3,464 38
834,682 834,682 0000000000000000000191fb4e100c2c4e406994c58d45032c1fe2381f6d6c8a 1.55 MB 2,849 26
834,681 834,681 00000000000000000000f0a66af81c03846a369344f7cfa0f25d9d32976c4a8a 1.33 MB 1,169 22
834,680 834,680 0000000000000000000342f194548535b0a2adcb364972e628fc1d7cb96ff53d 1.56 MB 1,447 13
834,679 834,679 0000000000000000000301386bb46e5fb7e205c3f3e433024414122b95c3d76f 1.81 MB 2,542 18
834,678 834,678 0000000000000000000055321edd934218dfcedc8e1a0ebc35f9d49e8700a6bf 1.86 MB 3,665 23
834,677 834,677 0000000000000000000029ba6790a8a9cc1e26b637b789aa222b1d541276cdf3 1.65 MB 3,589 32
834,676 834,676 0000000000000000000100611cf5a0661ef8f602d29d180d773384be79580239 2.00 MB 2,376 14
834,675 834,675 0000000000000000000141eb15bd808decef7147f6c4c6bbb3012d79edd46160 1.64 MB 3,288 33
Previous 10 blocks ↓
Total Size: 684.22 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,330.28 GB sent, 99.83 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.