Memory Pool Memory Pool Refreshing

429 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,922 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 321 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (749,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,485 158,485 0000000000000da7d5e0a521b578e8812e59155f79cebeec7c63e984656bb2d0 0.00 MB 12 500
158,484 158,484 0000000000000a841639d655946405e42c5d40d05b4cc9c860ea9ae72b0e1df6 0.00 MB 12 440
158,483 158,483 00000000000001b2ae3cd0a9df8ebe13ea859c140aab661192109a90ebe82b36 0.00 MB 10 354
158,482 158,482 0000000000000bcbab99be659e25cdbeb983561f2d69c4397693dd60a76f3188 0.05 MB 80 52
158,481 158,481 000000000000035fffe18e60e6df770cf6201d01fe63f3965b88166332a1cb60 0.00 MB 5 110
158,480 158,480 000000000000048bdbf49b285314ba0c90cf4f7aa814db5b7f2d0d1b5dc09f69 0.01 MB 21 229
158,479 158,479 0000000000000258c0ebe5d0e100f32ec60a5c598c38b6486d351ec0233257bb 0.00 MB 3 193
158,478 158,478 0000000000000a2829a8a5cde63121d1c1c8eb311aa7a2af7f6f04c998c6fb58 0.00 MB 10 26
158,477 158,477 0000000000000af2c1350b8d90ca097daaa72ce8bb77e30abe16e42735faa5f6 0.01 MB 55 7
158,476 158,476 0000000000000ab1a0e69b701dd22ff5b71447dfa1368a79ef73963e7e324025 0.01 MB 31 340
158,475 158,475 000000000000096912a5f443fdc6cbf79804c2f1d9ee0d07ec2a2edcb71d5cc2 0.01 MB 18 33
158,474 158,474 000000000000085a88e1e554ba3cbe6a67c187c22fb6e96993ee00f37a353d17 0.03 MB 52 76
158,473 158,473 00000000000003a50ef00b8fe31277ab3b2877ea6288eadee67a8dcdd5eec04d 0.00 MB 7 0
158,472 158,472 000000000000088f2b81b534a280c1ee03c7e6e199799a626b493b7e4ef34c6a 0.00 MB 12 40
158,471 158,471 0000000000000bb8da673595719eb79e8e7d4141e3e969f43e3267d69ddae4a3 0.01 MB 23 16
158,470 158,470 0000000000000b06f57cccc376856aa16ad74f6a8a308caa01aabe19c2f7cda7 0.03 MB 67 62
158,469 158,469 0000000000000e315e28bdb6b2971c8cfc6488445d3d076b4be138261460117b 0.04 MB 132 50
158,468 158,468 0000000000000d365357d45cd1833467f1fe8af21942908b0ab4299d594167b3 0.00 MB 5 190
158,467 158,467 0000000000000c7eeed32abde70f7eb435d182d3290deeb6db89a7e375b13cec 0.00 MB 2 2,481
158,466 158,466 00000000000006bbc174b72072664e23ec251dceb9ad1fb0a72bbcc6e571871b 0.01 MB 23 37
158,465 158,465 000000000000061bad55cecc413d32b7b798b7a14d16581680879d59c4e89f94 0.01 MB 18 128
Previous 10 blocks ↓
Total Size: 769.39 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,644.42 GB sent, 94.92 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.