Memory Pool Memory Pool Refreshing

75,227 transactions
29.43 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,060 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,756 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,059 (184,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
686,350 686,350 000000000000000000089e97f42703724db7b215124e32ab1295280d3ad46c5b 0.27 MB 287 23
686,349 686,349 0000000000000000000196468f2ef6bdddeb1ee73e878509118c3aad5d9f3286 0.42 MB 614 24
686,348 686,348 0000000000000000000a52dcb0ee700f32ee4104862c373f73a20cf629b03d6f 1.26 MB 2,101 7
686,347 686,347 00000000000000000002e322c3e2f3d8d0559cf404bd3f64ff62fd09cfa87f40 1.25 MB 1,352 47
686,346 686,346 00000000000000000005660b9cd75aa606bf26702a455cac10d1bdd61313b6f4 1.30 MB 2,332 33
686,345 686,345 00000000000000000001b194d52ba3f1428fe070b59737a2d1eb97b005f3498e 0.77 MB 1,115 22
686,344 686,344 0000000000000000000189d9af267d084b95555acd1c23ac83070ab87367bd4e 0.30 MB 399 22
686,343 686,343 000000000000000000018d23994648e9f695f7227608d2e5da3acaf1a30cc1b9 0.81 MB 1,175 23
686,342 686,342 0000000000000000000a057cf8ae0579af3f52522179c15818d0bbb54dcb9754 0.05 MB 125 23
686,341 686,341 00000000000000000009d7281fa8ea15c8ccd1f93473e9db0246ef0347f671b3 0.61 MB 1,055 16
686,340 686,340 00000000000000000002e19ea93ddd50d4a2a67f444284dac6d994cdf3a3b02d 1.32 MB 2,728 25
686,339 686,339 00000000000000000008f06453eaeaf6ba76499ef1978d57401cac53da65e958 1.49 MB 2,263 37
686,338 686,338 0000000000000000000ca047ee35ef3a7b670c95dc4b5b3400e868d6f4456780 0.26 MB 431 29
686,337 686,337 00000000000000000007cba664acbe9f95de987ff8f2667521e92a0699fcd1cf 0.28 MB 259 11
686,336 686,336 00000000000000000001022856319fb958d0418d08d9932bc6045c38e3c432a6 1.21 MB 890 10
686,335 686,335 00000000000000000009672b6e1a019de2db8c5c9cc8e15c91245ecff3472fbd 1.21 MB 1,237 42
686,334 686,334 00000000000000000004f7fad2a6ea3208066aaaf97cbcce2072c5ee10e97f8f 1.30 MB 1,942 28
686,333 686,333 000000000000000000047b22a7b7549977ffc12510165e1fced6ed0f2c9dc0ed 1.50 MB 1,930 31
686,332 686,332 0000000000000000000097e9c6c59207565044e669b87bde3f7c8265c5fbdd7e 0.81 MB 1,878 16
686,331 686,331 0000000000000000000b07c256b51a72ea10a8186047793cf753ed858b928a43 1.54 MB 1,780 29
686,330 686,330 00000000000000000009b45dc1fd5e169750b2014da0d6bd485fd500e69fdd05 1.36 MB 1,968 35
Previous 10 blocks ↓
Total Size: 701.46 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,410.17 GB sent, 220.78 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.