Memory Pool Memory Pool Refreshing

3,888 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,872 (616,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,709 291,709 00000000000000009dd27be48b5c41c522444b35105ca3b483bd58211849cac6 0.19 MB 267 25
291,708 291,708 0000000000000000af5d05a8e674da9f02abc602017c48194c6655b63a348b17 0.06 MB 103 42
291,707 291,707 0000000000000000814d6fd3984811321c52d64876a427d670956d6da0e5b719 0.27 MB 411 30
291,706 291,706 000000000000000074b356b6ac00e1b1e396b7d26810ec8b3c146ff587af2885 0.48 MB 830 34
291,705 291,705 00000000000000000fe659bdfb935e0b4a1e3ba599734e899f2184b68dcfb9bc 0.46 MB 706 32
291,704 291,704 0000000000000000775df6f1f8f4a06c55eff76eccb3f6dbe8bc2762153b8090 0.14 MB 215 25
291,703 291,703 0000000000000000748c48a191991845019b46b721db3ac09f7f3b863fae3b5c 0.35 MB 595 33
291,702 291,702 00000000000000003b8448143fb8752e3664daf10e1d83bacbd8b19c6c71205e 0.74 MB 1,427 34
291,701 291,701 000000000000000001729541c5acece7cca7b6938489543efc27dd63cb51b154 0.10 MB 265 33
291,700 291,700 0000000000000000c6e1c37e399e6e604cc4946a8a1fa2161b3850052ea139dd 0.24 MB 448 30
291,699 291,699 0000000000000000907ffc666e379ec0f8dfcd3b0c81d2c14a09080fdd0350f1 0.10 MB 217 53
291,698 291,698 0000000000000000c9c026e5c05f71c2098ea7454749ebb635c3f3840888b6ac 0.63 MB 1,017 28
291,697 291,697 0000000000000000c8984f100406a46eef2acf7c0d3048f466490d9e04e2389c 0.11 MB 70 12
291,696 291,696 00000000000000009a489e2407420e6815f8417df8f2b873b601a26dba1e40b8 0.50 MB 687 38
291,695 291,695 00000000000000000d9defa4de5943bc55b24d6b972c86dc40c0d3774d86f646 0.17 MB 256 28
291,694 291,694 00000000000000009c6807b2228537efe2fe2520f37646b29333243b740ce30c 0.35 MB 992 51
291,693 291,693 0000000000000000eac6153d8298d183cb84e075491d46625cca0f9a1ad8ff9a 0.10 MB 176 35
291,692 291,692 000000000000000040df6f5c1bd3c8fe61ee1e2c11255aa34122e3ee561b7897 0.27 MB 542 34
291,691 291,691 0000000000000000a53e0d7ba6395a13bab8552f19eb39d37466265144b99f7f 0.18 MB 328 43
291,690 291,690 0000000000000000f724c1ca4d3c5dd364cbd9f18c2d5edc882e3ea6cc04ac87 0.15 MB 299 30
291,689 291,689 000000000000000075248b92f40d369226743829afe325fa95ec3fc7ad3712eb 0.15 MB 161 11
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.