Memory Pool Memory Pool Refreshing

4,436 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,284 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (392,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
514,735 514,735 00000000000000000038d62c612d2f6ac615c05b0aa3ff99f2f1199d2c2117e2 0.44 MB 965 23
514,734 514,734 0000000000000000001ac9258f8c754ce9b6b0ec830bdddc59f5696f9c218455 0.16 MB 385 34
514,733 514,733 0000000000000000002e811c905214fda6d53463f804d55de5abb4b8d89c7add 0.65 MB 1,348 22
514,732 514,732 0000000000000000004581d940ecfa0995ccfb9f1d767138f37e1b17bff45e5b 1.16 MB 1,605 18
514,731 514,731 0000000000000000003eb26341be107a2c8335958d1f92abda9f29822f1512ce 1.20 MB 3,092 40
514,730 514,730 00000000000000000006bda9393b7108f1821a7f351ac674608ee86f415fd49b 0.59 MB 1,007 9
514,729 514,729 00000000000000000013bd968c85c9a7df268ddb77c658048661d7c3ed347a53 1.19 MB 3,100 29
514,728 514,728 0000000000000000000b58dc167be0675ef199406332c0a8b619b9508c839137 0.73 MB 1,644 39
514,727 514,727 0000000000000000001da14ec12e8a419cac505e03c419cba2b63ea2aa0cbcaa 1.11 MB 2,350 43
514,726 514,726 0000000000000000002c6320aa2d402d0e630c0dc86576e7d633e264eb1d94bb 1.08 MB 1,550 5
514,725 514,725 0000000000000000004c37d3e458ea02cfe7fd702baa256eef6d06a617a7f188 1.12 MB 2,482 44
514,724 514,724 0000000000000000002947eae8fa09ef96bbab8e2e49f6117f1946a771962711 1.05 MB 721 8
514,723 514,723 0000000000000000001dff78d8df8d1ca1ac9726cb239b26beeea059b4e21211 1.02 MB 609 15
514,722 514,722 00000000000000000003ab0587298c368df4b9e89ae82756fa31c3606b5335ce 1.07 MB 974 10
514,721 514,721 0000000000000000002cf5c699676496b18dea6c3672cd4b689500f23d1405af 1.13 MB 2,392 13
514,720 514,720 0000000000000000003a72605c6f5309b90563bd1526760c908e157fc47b5b14 1.20 MB 3,124 14
514,719 514,719 00000000000000000047769fad477383a16875655c6635621b2680091c32425e 1.06 MB 2,364 50
514,718 514,718 00000000000000000032df46838ba2ddf4a5a1ec0607f74b564bccb09afe09b5 1.17 MB 2,819 10
514,717 514,717 00000000000000000011e1e3b3272cc97494f6cbf961256713446d36cc7beb49 1.11 MB 2,322 52
514,716 514,716 00000000000000000015248cd49535b9ee1a7c2e38aba7e1a10ceaa0b090ae3d 1.05 MB 1,267 4
514,715 514,715 00000000000000000008560f44155d51ad0d9c215fc566d63f9e6b6704332451 1.15 MB 2,195 8
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.