Memory Pool Memory Pool Refreshing

74,440 transactions
30.68 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
849,569 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,138 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,568 (166,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
683,530 683,530 00000000000000000005c71c8185360423fc42a07fb53b6cfa2150e012a65c09 1.49 MB 2,634 70
683,529 683,529 00000000000000000000a5312cdd3429a1ccb8d008c2ea3ebcc548760a3fcc8f 1.13 MB 1,519 8
683,528 683,528 000000000000000000058174adfe8a230353ff9427621ce9af5817d2e10919fa 1.53 MB 1,911 52
683,527 683,527 000000000000000000089b555613f12b56c2f3b8b071015353d5a1492345bb97 1.11 MB 657 12
683,526 683,526 0000000000000000000a864a697dd368b673f53fe511da28e610f1202df9d2a6 1.23 MB 1,567 31
683,525 683,525 0000000000000000000a8819114d3dd42201ebb185ebb131c667aaaab7660425 1.31 MB 1,875 40
683,524 683,524 000000000000000000094e55dcb6847229e55e251e1809faf067cdf6d251964f 1.32 MB 1,750 20
683,523 683,523 00000000000000000002243c43dc268c1b10e72c68a3708dcb1d741801829453 1.54 MB 1,651 40
683,522 683,522 00000000000000000007efacbdac2722205c3f7fff67db06e0ed86cd19873b21 1.16 MB 653 44
683,521 683,521 000000000000000000023bab121ed64ff27a2ec87811d3121b50cfdbc1317eae 1.11 MB 550 48
683,520 683,520 00000000000000000000b464e10f7afe366d98d37c770a4f1b3d8c5de1c4f705 1.65 MB 1,992 51
683,519 683,519 0000000000000000000044884fe27d02d4faadc3ff0ce46f716027a0afca00a3 1.60 MB 2,130 95
683,518 683,518 00000000000000000001eafe549a8ddc7f1926d88e2b5fbc87709ab94eac8c69 1.42 MB 2,186 38
683,517 683,517 00000000000000000001b67bf125b9383f8e10e160ad0001d17539704a56caf9 1.50 MB 1,831 44
683,516 683,516 0000000000000000000a090f904abe79ea07027a948c20ba6766cefb57b014be 1.33 MB 2,750 77
683,515 683,515 00000000000000000008a6babeb4ca8652f09da8cc4db7cf3d8747cb7ee2be0a 1.40 MB 2,056 40
683,514 683,514 0000000000000000000606639a63133d87bf9f29ba9c31db6031fab0527342b1 1.51 MB 1,468 76
683,513 683,513 0000000000000000000a7eb8dfdc450b6b26c47febf87bfc8d14cdbc041d155b 0.00 MB 1 0
683,512 683,512 00000000000000000001ec8d45f537f6f798c84613a58a1ab470d71347430e58 1.19 MB 1,012 33
683,511 683,511 000000000000000000024cfb5381e28f5985dff4011159d762d52c84564112e9 1.07 MB 1,641 14
683,510 683,510 000000000000000000032c1e5b5ac02a6f0158fbe94c0c8451907ea6bda009c8 1.39 MB 2,292 30
Previous 10 blocks ↓
Total Size: 660.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 101 incoming
  • Data Transfer: 511.46 GB sent, 2.75 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.