Memory Pool Memory Pool Refreshing

3,066 transactions
19.56 vMB
Show Random Selection Loading Transactions
Max Size: 79/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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,722 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (826,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,386 81,386 00000000003e268b0fbeee06155bacc265621ca5aad88a050cb40f606154e566 0.00 MB 13 0
81,385 81,385 0000000000220186decd217a2c67880bbe83767b8ff085bfd6aa411ab17da5f3 0.00 MB 3 0
81,384 81,384 00000000003398c47a4a2f268695b4bbae31a5c8b3fd221bbe4410d13f5f4733 0.00 MB 6 0
81,383 81,383 000000000046fad75956df8807c2ba237a552880ff2036b69fac0a107a996266 0.00 MB 2 0
81,382 81,382 000000000000644c1ac642050f122d481368aaec7503a53752392b81f6e10da9 0.00 MB 1 0
81,381 81,381 000000000040e7ff00df0c74a62359cea969ac4f1b5c64662cd082fc1764e357 0.00 MB 7 0
81,380 81,380 000000000003886666cffd6f4d63f8a9d43e4733d3845b2b1f469b26c51e31bd 0.00 MB 9 0
81,379 81,379 0000000000304ba3e3f9d84ff9fdb9533ccbd70ca3ed1aefde008dcf711ddd04 0.00 MB 8 0
81,378 81,378 000000000020657d7312a62366a08e2a65821f3ab859c196fb257acc017b164a 0.00 MB 2 0
81,377 81,377 000000000035a1a3ad7c5c4048d162a3e3ba1605589ceb13eb8bbe1157a9eb28 0.00 MB 7 0
81,376 81,376 0000000000071fb55d96b1cc5b59ff3102b30270df7414b895381b104c6d7a96 0.00 MB 11 0
81,375 81,375 000000000035858333e2d443c1fd6a5db164dc3703d6145a801322bf13f6e36e 0.00 MB 13 0
81,374 81,374 00000000002d986c10b1618a125638680ac23924d9ae48ce4a0cbea651c989aa 0.00 MB 5 0
81,373 81,373 00000000001d7dd596baae55ea3d9ddeb0e0cfb6e4088ef983896c4db0a8a144 0.00 MB 4 0
81,372 81,372 00000000003e6d3e343951e1e9023c927b7f8b0749948b5bdd4b392d472abe40 0.00 MB 9 0
81,371 81,371 0000000000011000bd64f486675f0000a694d74bcb2a87a1116ccb95008ea1de 0.00 MB 6 0
81,370 81,370 00000000003294abda745351da835fdc367484b6e21d64e7041131774b4ebb1c 0.00 MB 3 0
81,369 81,369 00000000000b71fef84d61329208c623807a77f49871e27a160d6748230e0f5f 0.00 MB 3 0
81,368 81,368 00000000001a2da1497904c9a1297f74c9b9f1c4d4f44e26df8fc7c9a3ff22a2 0.00 MB 1 0
81,367 81,367 0000000000458ea928e472e07f7885635015f242a718ddcdb9fd14c4046d7d0f 0.00 MB 9 0
81,366 81,366 000000000005802e1e7a826ebd5b18b8202a2617de7c2db10a21f397e101825b 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.26 GB sent, 98.66 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.