Memory Pool Memory Pool Refreshing

8,365 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,972 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (791,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,384 116,384 000000000000d5d1b4a5553ff3ea2e8be3cb1ddb9e8d6dc4b65023c4ded7126f 0.00 MB 8 986
116,383 116,383 000000000000a97e03713a6c16b3123f2b3dae2e40a360f42aef89d1b36eace8 0.00 MB 6 624
116,382 116,382 0000000000005564cd3cc6ffe38b9cf56b20fe79b0ae83accbe35953504579bd 0.00 MB 12 632
116,381 116,381 000000000000b756407bb208c000609bbce7d736f26edb3e72d1760d61027acb 0.00 MB 11 1,658
116,380 116,380 00000000000056beb00f96778257b47b74d3f309fb65d07fe435179048f0ba04 0.00 MB 1 0
116,379 116,379 0000000000003d027a8e90f678128f5bc3fa2dd46cef14079657a288b2746d4c 0.00 MB 8 1,589
116,378 116,378 000000000000025a84a51b2944c339c5af0e4cdc8daa9f1f86bfe1dc6ce7728d 0.00 MB 8 535
116,377 116,377 00000000000027299f36a4927f9578c2459974006fc00ee786ae01d44273b60e 0.00 MB 9 0
116,376 116,376 000000000000bdbec615511d1a144815fb36e59cb87697b037373fdda988fbda 0.00 MB 7 1,037
116,375 116,375 00000000000036a7f1e3f530c30405460a6a011713b7408d1b4b54d8bf136da2 0.01 MB 40 1,258
116,374 116,374 000000000000e413e8f5cb1e2316123137702fb91f629d446c627840b49cf62e 0.00 MB 11 674
116,373 116,373 0000000000005670ac1a319c358943fbbb50fe3759a1a86a93b5f86fa32dc0b2 0.00 MB 7 255
116,372 116,372 000000000000792be0470a77e66c5da388e3424e894ef089a17ffbcd159cdfb9 0.00 MB 10 0
116,371 116,371 000000000000b31256ca54eebcf68ff9a394f7c52ad95604c83e10d255c68783 0.00 MB 12 337
116,370 116,370 0000000000008eaed224adae5787069dcdb00e0d8bfaf0ee77c84b0af51e50af 0.00 MB 16 0
116,369 116,369 000000000000873109865404432a897d9c0ab3d584098f94c2360ed87dbe0efe 0.01 MB 9 499
116,368 116,368 000000000000e5efd0fad086ab1ce5123b99859b31007c8e1b9b4ec049ba0fa7 0.00 MB 9 636
116,367 116,367 0000000000007fc4a64e6b6d6e378c424484ef815061430b4459de3a73076d02 0.01 MB 4 0
116,366 116,366 000000000000e6887aa052353549c25d62529512140cbf11028fd58af11c34ed 0.00 MB 10 853
116,365 116,365 0000000000007272050605e3dd32d50e2f1c00c3d07a8c775e4b6b999da1ee93 0.00 MB 10 970
116,364 116,364 0000000000009437402e20aaf0bd05219067c6b4c6d5c1399e903684987ba39d 0.00 MB 7 779
Previous 10 blocks ↓
Total Size: 769.45 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,646.01 GB sent, 95.22 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.