Memory Pool Memory Pool Refreshing

17,649 transactions (4.15 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,171 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,407 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,170 (849,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,402 59,402 000000000a0a376fc9fce6d0e9a3d78cc1530360acd2cdeb8d992a4274fbb129 0.00 MB 3 0
59,401 59,401 0000000006d7b22599f400a0ec7bc8769837459339f82c6c7276ceef4824841f 0.00 MB 1 0
59,400 59,400 000000000733a05fc5cb1d3f9b3371baafe2fce77f6d20811dd01f9197e7ce02 0.00 MB 1 0
59,399 59,399 00000000011fa3f597730afee85e99ef7d7b39c79f5192704ba78ac008aaa833 0.00 MB 1 0
59,398 59,398 00000000035ad856cac75b7d24b0ac6d42df49fc648237966a038d666576d7f4 0.00 MB 1 0
59,397 59,397 0000000002162a58b952df59257ef54cd84fc5da4abfbe2606d20c0f04b3f72a 0.00 MB 1 0
59,396 59,396 000000000dac15bc345fcdc94848b5ebddf41c103db0ddc9e225a3a727611dcb 0.00 MB 1 0
59,395 59,395 0000000005de4054527279e0e6332b431ca0634598e9f67a9da4a73fb57d8cc1 0.00 MB 1 0
59,394 59,394 000000000e1594be49a84355090cdd17ab37f9159f74cb09ae8e7791e0c8443c 0.00 MB 1 0
59,393 59,393 000000000bf9a710f68e6fc9b9b85ffbe7a3df8aa2417e6b056be828f5e90b8d 0.00 MB 1 0
59,392 59,392 0000000000769f4ed62cb74332a145c9793aaf1f7d1c2b77dad27c81b4923b18 0.00 MB 1 0
59,391 59,391 000000000490131133b7a17b9a099e1c84b9e24a1b1e367b45e4a6b0c1cce6eb 0.00 MB 1 0
59,390 59,390 000000000019f21560723999c8edc320609aa21938b8453e524c2a8a684f3d0f 0.00 MB 1 0
59,389 59,389 0000000004d7ddb3bf6b09a9e71f44fb096ebde6f2398dd91d3721a13e273ac2 0.00 MB 1 0
59,388 59,388 0000000008d8084aae2f96afab552fd4c29fb26e4e21bd24e625fb90e770a2e6 0.00 MB 1 0
59,387 59,387 000000000dc0e5259e3e50c43498e35949097d354d22f3fde7724733017f96f1 0.00 MB 1 0
59,386 59,386 0000000008b65f65a9fa05fab06f12601d50edd5cfe2227e34fa1abe7fa24007 0.00 MB 1 0
59,385 59,385 000000000388e1858c30ccbda3f969a7908deedff28f59ebc36fd755ef1745a0 0.00 MB 2 0
59,384 59,384 00000000023da5c750738ea5b00a9842904a4e8f2c1b3b3f8500ece9d3bbc896 0.00 MB 2 0
59,383 59,383 00000000089e06ca5ea6200ecaaafff97724e5d3ccc2c0722181c03193a7b6a9 0.00 MB 2 0
59,382 59,382 000000000e06b90ac4a4d95e7522619e7012999e44b1671042f6d58185b69188 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,981.05 GB sent, 107.00 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.