Memory Pool Memory Pool Refreshing

62,946 transactions
31.14 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,349 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,328 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,348 (609,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
260,845 260,845 0000000000000003a225df23cc837dcbe5c5ec7b880a923777600fb6a4faccd8 0.06 MB 142 135
260,844 260,844 0000000000000004fcd27657abcd38d70a7c2e542fdf210638cc86ec49023fc0 0.15 MB 209 65
260,843 260,843 0000000000000017c1b17e9566a99429e862b440ac3935515b9a1a71035f95cf 0.11 MB 195 83
260,842 260,842 0000000000000011af2be372c371953cda12aea2779872f1a8872abe9aca26c4 0.01 MB 26 77
260,841 260,841 00000000000000147cbdb22f445cfc561ed638e9eeef93570fa727a83a08522c 0.04 MB 82 103
260,840 260,840 000000000000000e08df00c090f3ece744b4afb29046725120d16eb3a6680757 0.08 MB 198 117
260,839 260,839 0000000000000002845b7183fb84ff176e465305281e0f7d358fac03fa7982a4 0.01 MB 18 132
260,838 260,838 000000000000000997a2a16c70691fbf19dcaa5f2d653a2c3cebe59d5196e11a 0.11 MB 211 86
260,837 260,837 0000000000000006cc809063e9c64024585b3b40bc1be20a27247300954f308e 0.07 MB 162 95
260,836 260,836 0000000000000001deec723784e1257983de300079f74b56905d0489e99e488c 0.00 MB 8 27
260,835 260,835 00000000000000106be94070cb1ccfff2d69c1a061e3f9e0392561309dbc5e90 0.16 MB 160 52
260,834 260,834 000000000000001c88bea0b81a0862316ce2ebfa76f1260bd3787d781315378e 0.07 MB 156 82
260,833 260,833 000000000000000bddbfffcb55449b3937514720db99755426fef7f5b69ce2e9 0.22 MB 354 69
260,832 260,832 000000000000000cd394bcaf85313a69342b393e12b3cbd7ba1e5ccebf3ebb61 0.13 MB 273 84
260,831 260,831 000000000000000b51b49ae4373ff9fb08c7d0b0db27d28da22c30b503c23eef 0.01 MB 29 128
260,830 260,830 000000000000000d1728acdcdf33816fc7b9f159aef77c2803c4b961a9b5b78b 0.04 MB 94 83
260,829 260,829 0000000000000010d4f2ef461b500bbb54ae14ac5b946c8e7881d9cfd3adade7 0.06 MB 109 104
260,828 260,828 0000000000000014f271ced0ab1daf62eb563412737a111bfc93de1bafd4a626 0.10 MB 217 77
260,827 260,827 0000000000000017fbc72ff66cd33f59aaeb9e2f40744dd7c2cac966465d9937 0.08 MB 159 95
260,826 260,826 00000000000000123f1bfcb00ac9df5b0b95cba8079ce0e9998fb74620ef832e 0.11 MB 281 152
260,825 260,825 000000000000000fe24aa7492df2870f182225d4a08b3bf422ed49cfe853ca05 0.03 MB 81 157
Previous 10 blocks ↓
Total Size: 700.10 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,241.51 GB sent, 211.09 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.