Memory Pool Memory Pool Refreshing

3,517 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,695 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (425,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,561 482,561 0000000000000000000b991a542d9fff4aae42ac6dfd243d7d408eaa4260b9c4 1.00 MB 980 161
482,560 482,560 000000000000000000e44445e7337c99cbd35ab10f98b6540aa40e4670735250 1.00 MB 2,117 249
482,559 482,559 000000000000000000eb80c5832e25a9b760c6a77a2133b71adffd97c2136dc3 1.00 MB 1,932 269
482,558 482,558 00000000000000000003be7da5c11420b983e75713f06a7d2914869dd8585d62 1.00 MB 1,936 445
482,557 482,557 0000000000000000007188d1fe456e8d4f30a113497269656b02db10ed306694 1.00 MB 1,281 215
482,556 482,556 000000000000000000a2cb895647f75b992e660528fec00c87d9c868f9aad807 1.00 MB 1,756 279
482,555 482,555 000000000000000000dc4512b5f5c1955048d0101c489144db558d29f5e27479 1.00 MB 661 86
482,554 482,554 000000000000000000da00e1cd394cfbab4c35786457acd350b97fe5fb05d2a3 1.00 MB 596 124
482,553 482,553 00000000000000000124493b0f78f2d1533a13835c2f05d982a3117e5ae552ef 1.00 MB 945 78
482,552 482,552 00000000000000000125d823ea215dd35163514c86b7a5e808e37a9c76f57301 1.00 MB 2,008 328
482,551 482,551 0000000000000000001e0ab08e00d12866798be25cf20503a8fd64d0b2577139 1.00 MB 727 82
482,550 482,550 0000000000000000008b3fbeebe1e4d54b51e5f6927263071bf069b97ab3be57 1.00 MB 2,236 139
482,549 482,549 0000000000000000002649c0f9b625bca4b666591c8dd1fc66ee843ce3681f0b 1.00 MB 1,716 305
482,548 482,548 000000000000000000b659f95d1715e65a05aba9ec75ac628e42befe04652055 1.00 MB 1,700 455
482,547 482,547 00000000000000000030a1428179bb2f956a97117f252c7439f5778be8519cd5 1.00 MB 1,509 285
482,546 482,546 00000000000000000006d1f386693e0a008b43198bc8f12cd5a2996017b4f4d8 1.00 MB 1,754 480
482,545 482,545 0000000000000000003c5229211dde282bbce056543bd560fee27b61ac9ed33b 1.00 MB 623 41
482,544 482,544 00000000000000000085727bb75007860a491ad0050d014a76d4ace4b16f4f21 1.00 MB 2,005 354
482,543 482,543 00000000000000000085e82f2193cd39ed7512fdb44ee1fd6687763509bc1532 1.00 MB 1,157 162
482,542 482,542 0000000000000000005c4b7a4b24db9d51c57333ec38c74bc5a0b3c723a7a3b1 1.00 MB 1,995 368
482,541 482,541 0000000000000000006bc9998f16cc0315bbca5cd6accfd3292dc4ee98cfcd69 1.00 MB 1,639 269
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.