Memory Pool Memory Pool Refreshing

17,646 transactions
5.68 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (544,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,808 362,808 00000000000000001160b7d3b8a348aa9e81f44f10e1c5cdb70369a3f1dead60 0.38 MB 743 16
362,807 362,807 0000000000000000105315272784159ab3f00ef6883ba8add079c1614cfe8b14 0.52 MB 649 18
362,806 362,806 0000000000000000117a93e48888b1e6f635c39025c8df8d59a4965e3a33af74 0.74 MB 1,024 21
362,805 362,805 00000000000000000281d5d118545f8cd4a60704842e77759212f79e873688be 0.75 MB 1,450 31
362,804 362,804 00000000000000001293c74dc303ab043e59da202e31b2464b22e94b1e40d927 0.42 MB 540 20
362,803 362,803 000000000000000005f9c040d67df483eec2af12270ed977beb2cddc9c1a0689 0.93 MB 1,241 23
362,802 362,802 00000000000000000e93dd275395b7f13187844daaa2f3976be5079a9979d6ad 0.75 MB 1,535 35
362,801 362,801 00000000000000000c7d05e1e9ca46d56cd85d59f037fca5479277bab9bff8ed 0.25 MB 390 24
362,800 362,800 00000000000000001583481b7b7857ce2824a05c8f304ad52540d3af9bcb4753 0.61 MB 1,039 25
362,799 362,799 000000000000000005697fd14272d1054b3c2658606272e49559e5b0df32748d 0.62 MB 885 17
362,798 362,798 000000000000000011aa023945ee5dd8ef2cc059f2e3e2a36dc344763e6e5a50 0.75 MB 1,702 34
362,797 362,797 000000000000000006eabe940b793c7491645ed712081a7bce3f1e96fcd95b8d 0.67 MB 1,015 21
362,796 362,796 00000000000000000bedf91386ea021ae90b53ae4b8606df4102807c459d7f60 0.93 MB 1,342 20
362,795 362,795 00000000000000000778c4b224763724cf3a6cd9cece411ecc8e4a6026fb57b5 0.68 MB 664 18
362,794 362,794 000000000000000012a7c3b0c96f3004167872b30b5cf76d8ed6cd56a59f1443 0.92 MB 1,690 27
362,793 362,793 00000000000000000d10d38a0563b56c5165dcc30a3612e798a90496012bf02e 0.94 MB 1,597 27
362,792 362,792 000000000000000013e2c2e64162ae5cbe85c049c9d4e080bda7e2b3c2a9b793 0.24 MB 360 21
362,791 362,791 00000000000000000c8d49286fea390daa240a6f31e93a6a2d495bf4eff7f83a 0.22 MB 329 21
362,790 362,790 000000000000000015b1313855f9d1c998dc2f37eef1860a3deec7637dd6f338 0.36 MB 723 17
362,789 362,789 0000000000000000121d9925d2fe1b66751b999b1cf5b2524aa641fc96a773b7 0.35 MB 610 28
362,788 362,788 000000000000000001b0b743725ca9509e80dd820c0fcfbfe93abb64ee490c2c 0.93 MB 1,455 23
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.