Memory Pool Memory Pool Refreshing

9,436 transactions
4.13 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,945 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (77,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,496 830,496 00000000000000000000479935d2b18631b99eae4d28f863dad44aeef222a196 3.12 MB 543 22
830,495 830,495 00000000000000000001d1794e46cf63fb2791bc20b510a81cff0cd02d901754 1.90 MB 2,007 33
830,494 830,494 0000000000000000000275477a2cacc2bb4cd3d5083f5816aa17d1a9a647fb9b 1.65 MB 3,186 37
830,493 830,493 000000000000000000000af6ed23c6c2287aa10beefeecf5f08ce734b1016e0c 2.03 MB 2,326 33
830,492 830,492 00000000000000000000b5a9a9d3bf8f6e04aaf02a23c9c01eb3d971fcba6356 2.75 MB 476 20
830,491 830,491 000000000000000000039c7252a7ab25fe11354675e20616ee47adf6969d6095 2.46 MB 833 23
830,490 830,490 0000000000000000000072d08c3088b48f9921cb20782399e1d4cf91527612eb 3.01 MB 682 23
830,489 830,489 00000000000000000003449a669fb5d9e03f4ea8f2b4201cb25b3321fb6d3586 2.48 MB 1,737 29
830,488 830,488 00000000000000000000df2cc7cc5223a7efe9190569cbef684f2a1b923e3373 2.58 MB 1,624 27
830,487 830,487 00000000000000000001131a2d2fdcbb1dd643d4afbcb51878f3ae0284611827 2.39 MB 1,725 32
830,486 830,486 0000000000000000000026e71144c462137ace5e2628bf9f9da56b0434f0164f 2.05 MB 2,276 54
830,485 830,485 00000000000000000000635b4ab8624a7f84f0e71e16b631fee47b74e61fd321 2.43 MB 2,007 32
830,484 830,484 00000000000000000002bebc8203f5c316a29f384696d6d5e5f47aa8fb4bc9b9 1.78 MB 3,098 41
830,483 830,483 000000000000000000020a2b510d03daa41a325ba6b68fda4b650665cd5c8717 1.75 MB 2,847 45
830,482 830,482 00000000000000000002e2a73e8d0b6dbe1cd6d33ab368d6b85d14ee047c37ac 2.33 MB 1,240 31
830,481 830,481 000000000000000000001498e73ebb5e528c67c3dfd9d0092f643266a4c056a5 1.98 MB 2,810 45
830,480 830,480 00000000000000000003578b6f7215ad09c2e369a5d9eabf7a0e2aa909ae358f 2.13 MB 2,472 39
830,479 830,479 00000000000000000000fa93a06f16a050c646c2d39436a3d22c52b880b36703 1.78 MB 3,215 47
830,478 830,478 00000000000000000002a5e2969e1443f892df5012fb454b14668448dfd68d68 1.62 MB 3,160 41
830,477 830,477 00000000000000000003b0e004a2deb31f8a89bcf4cc8b4762b197d71f721999 1.57 MB 2,674 68
830,476 830,476 00000000000000000002abddd2021f131371404a47932f4ca55459b47beee184 2.33 MB 1,888 30
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.20 GB sent, 93.76 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.