Memory Pool Memory Pool Refreshing

3,448 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (601,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,710 306,710 00000000000000000cbde49436e3595fe8d9b5dc91393f4ee56ccbe30abca3be 0.14 MB 250 30
306,709 306,709 000000000000000019b15dcdd2fb1773d59e32561568f20e3ad2137a5f48aa71 0.17 MB 328 33
306,708 306,708 0000000000000000217ce2dd1c5bfca6723d9ccc6a6f87e786f30807bb466ff9 0.64 MB 821 24
306,707 306,707 0000000000000000304e1597a035b79c25b2162b31a37198fdfe8c2294c7fb0a 0.17 MB 349 35
306,706 306,706 000000000000000040f1e669dcff8f83317bb7e440e3d374e3dfb7acd3b11793 0.32 MB 59 11
306,705 306,705 00000000000000004aba5e0a873a669136e469a4519a807a7f1f2694c47aa766 0.00 MB 1 0
306,704 306,704 00000000000000001297db1315f5381d786dcc8cf51da38a13957639de15f99d 0.25 MB 137 13
306,703 306,703 0000000000000000339c40d4ea3553212cec37bf8e91777ed80be1a6b2c86956 0.35 MB 814 36
306,702 306,702 0000000000000000002eef2245695f4ee212d9efda42877d0c29e01e94997ee4 0.50 MB 1,086 55
306,701 306,701 000000000000000018ae2d78388e389dc66b3e3b66935156aec331db39c98837 0.08 MB 144 24
306,700 306,700 00000000000000004c626c6e2ce9889656a2dc61d55a215280e42342f45eaf40 0.26 MB 210 18
306,699 306,699 00000000000000000d97ab1977a09f3e0bf0819b27dccb1b775bd0c2577bf2c0 0.38 MB 453 24
306,698 306,698 0000000000000000210dd1e2b7a400064d6acc1f1e475d769961ba7bc1d2a693 0.22 MB 205 20
306,697 306,697 00000000000000000d396d89b73b0c18a5432c8bb14ff0009303f59a5a6f240f 0.02 MB 54 20
306,696 306,696 000000000000000047750fa176387bcfee31ba4c044c580a9c9fd9572fa687f3 0.38 MB 433 23
306,695 306,695 00000000000000002a0c5caea435d9b94b065c57bcbe6c10f1eb9a5ad2cf8279 0.33 MB 370 23
306,694 306,694 000000000000000014355ea95e3d08e1c84d339e4ae9cd525e084be269dce395 0.21 MB 281 19
306,693 306,693 00000000000000001761d33ca70a1f42242fb1c4f920abc1360142b56488bbe2 0.35 MB 883 36
306,692 306,692 000000000000000013a2344463e4852d70223f94b97bd36d3d29a3015aa2d232 0.82 MB 1,172 26
306,691 306,691 000000000000000027ce5c42b2e4b3e5cc51f441aaf3644a4fe8bf0215abae7c 0.14 MB 231 40
306,690 306,690 000000000000000018ba1b08fbd1da6f01ba4c1f86a59d343b4d1fe20307f80e 0.13 MB 229 32
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,633.31 GB sent, 93.78 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.