Memory Pool Memory Pool Refreshing

7,536 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,766 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (768,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,358 139,358 00000000000007203c281aaab735bb6ea6e46057f8bf9d1b0c540deb97a74523 0.01 MB 30 125
139,357 139,357 00000000000000d3322a24cdad3315c1ee167ee2c3e37fbbffb8beca6b801f63 0.01 MB 9 53
139,356 139,356 00000000000004e9128926857b53de2bf4088e24417562c3577bc47c880bee17 0.05 MB 120 70
139,355 139,355 00000000000003f66942ebe825951b4195c476f4af78d75a6f1239cebd0f88bc 0.04 MB 80 551
139,354 139,354 000000000000008329e91bff69bfa4ab3531997083d988cb92499cae7bbcd358 0.04 MB 82 108
139,353 139,353 00000000000002b97f757e6ba316bb84187d9171cdcc2cb1ef77a7790d7ec5c6 0.02 MB 35 550
139,352 139,352 00000000000007336eedbd07080c9e5635db3bbe59f5e274aa69834f57ba8a7b 0.01 MB 13 276
139,351 139,351 000000000000064b1af4130ebfe5ba78ac590ea3f51319a615bb37be8602ca1b 0.02 MB 77 11
139,350 139,350 000000000000043d8a07e787670bdfb9e818eb41e2d89440f9df4667148a1b25 0.05 MB 148 114
139,349 139,349 00000000000000612bd8d6d25e163e4d0c3d1eae97b68c0910f72525224c0a30 0.03 MB 55 156
139,348 139,348 0000000000000391afcfdb1f81762c14e3cb6ac5ddabeb327763c587e08b27cd 0.03 MB 59 164
139,347 139,347 000000000000049296c94dc7b22670a141c2305633dcf47d91773a2e42bc257c 0.01 MB 18 248
139,346 139,346 0000000000000421aa14d0f8da07a8f7b3ebfe5be80dc8b3e74facb107913825 0.00 MB 6 103
139,345 139,345 00000000000004c347c827f4c7f154665ae9c36a3ea852f2ceb08818b6b7625e 0.02 MB 35 380
139,344 139,344 00000000000003a457f6919b467918b6314286c5acbc6d8b63acbc9d2b43dcfa 0.05 MB 154 110
139,343 139,343 00000000000004d887ef7582e1ec0946174e73aa862624b9eac5f0ea3bea9d1c 0.03 MB 79 228
139,342 139,342 000000000000070e83056c570f7bebba15171a0f13f2e8a7a0b2b84261e31cbb 0.05 MB 125 180
139,341 139,341 00000000000007af68e68620026e7ebf97feb98b948b3c69e758d30fc9c30e89 0.03 MB 63 127
139,340 139,340 00000000000002c6708471502690e6b492cdcbd75f1d6abe70683599c57c5d79 0.03 MB 35 754
139,339 139,339 00000000000003e48e53511a8ee3d677db5609b5f63a2148a16cf30a34f70ecb 0.00 MB 13 330
139,338 139,338 00000000000006068fc319b7508745e4a44d320ea8134f1369ea0dcbe13d0d79 0.05 MB 114 42
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.