Memory Pool Memory Pool Refreshing

75,680 transactions
30.87 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
866,326 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 4,190 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,325 (68 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,257 866,257 00000000000000000002c22410ff43100d4ecfdbde6312930e3d89f699043fff 1.53 MB 5,359 42
866,256 866,256 00000000000000000001d6c84d12f918a83bddbd021cd1f3b78c889942f6a381 1.40 MB 6,315 72
866,255 866,255 000000000000000000012130841df9c7254795b673ecaa22036fe80dddf8e124 1.44 MB 6,174 15
866,254 866,254 00000000000000000000e88a52b2f1b5cbf7ad1e67106aa672a85f838cff1ce7 1.45 MB 4,942 7
866,253 866,253 00000000000000000001a8bcca79ab039d30fc0cd05f2385ddf8c568f802f13a 1.49 MB 5,091 19
866,252 866,252 000000000000000000011249634eb89108bdc5711ac64528621c73d2933d5680 1.46 MB 4,452 15
866,251 866,251 00000000000000000001985040ee89d1048baeade4c5308c9309d22e6bdf0aaa 1.69 MB 3,781 12
866,250 866,250 00000000000000000002ee29ebdd7a5b9223c97060c739f7e2d5748e037533bf 1.84 MB 2,311 7
866,249 866,249 00000000000000000002ebaa7dabe8bef92d33c5a57f9ec5c5db340933813386 1.59 MB 5,554 7
866,248 866,248 00000000000000000002a4ffff180465e8554afb7db04e554e500f774045c2ed 1.45 MB 3,113 12
866,247 866,247 000000000000000000015d5ff446b1e29e93518863d8068e171d703a6514d675 1.55 MB 3,577 32
866,246 866,246 00000000000000000001f5abc149f183a3d123194593782de1915251d5223670 1.42 MB 2,133 10
866,245 866,245 00000000000000000001318e0c6092b4d7cda40d0e86526f5b4c82b2e398a1ed 1.52 MB 3,531 20
866,244 866,244 0000000000000000000223e1e1094b378879e452f89bc7a186f5c0fd1d27280d 1.48 MB 2,566 13
866,243 866,243 00000000000000000000e6ae0c549ae14243b21ab38eaba0e49624cb96fb0222 1.51 MB 3,357 36
866,242 866,242 000000000000000000005d04dfaebf5daf95147521256b613e0640d13d2d7356 1.59 MB 4,990 26
866,241 866,241 00000000000000000000b633c95ed549d15f40ef247977516909145abc388dbd 1.62 MB 5,273 11
866,240 866,240 00000000000000000002b0acd7418c696b5b2e166ca72ca2db265b1e1e35ab14 1.52 MB 3,348 26
866,239 866,239 0000000000000000000035f556033e45b909ca29d355ff57b0faafdd397529b9 1.49 MB 3,349 20
866,238 866,238 0000000000000000000091b8cf256ca25354a57b7bc8a80fb008f2c874780902 1.50 MB 3,679 16
866,237 866,237 00000000000000000000b23a271c01a5fbf79579867f9ce1e600e67a9c981ecc 1.57 MB 3,259 17
Previous 10 blocks ↓
Total Size: 692.34 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,843.73 GB sent, 159.76 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.