Memory Pool Memory Pool Refreshing

2,060 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,977 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 2,052 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,976 (762,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,720 145,720 000000000000098d01522268ab64cf3564e710a5d42ad9bdc3b48737826006d5 0.00 MB 2 193
145,719 145,719 00000000000009552a880c8a26480e0da122101d5e3f983999da89f3189dc31a 0.02 MB 28 288
145,718 145,718 00000000000004d339f093551daf9850c0b0f137f049a5bdf53a6eb967ea432d 0.02 MB 55 40
145,717 145,717 00000000000006b3218a20eed6154514ed7601a0349af580a1a5c4405284d9f4 0.01 MB 24 69
145,716 145,716 0000000000000389a761da64ed98323bbd5d1aba8fb461faafccf16b17ede822 0.00 MB 6 136
145,715 145,715 0000000000000539f2e0f949aa33a892d5f1ea1599c58de7352b1f9e99ddcc80 0.00 MB 6 38
145,714 145,714 00000000000007aec4ec907eff82c72a2a7872512b9d181203a2487c1f8fb508 0.01 MB 25 421
145,713 145,713 000000000000039ddd759ed60becf583ad0fbb55a79e1b6e26ed1afb8f645bcf 0.02 MB 72 179
145,712 145,712 00000000000008830cbf52d3a4abfa667a2256649612e4fe5331885683673e7b 0.01 MB 19 0
145,711 145,711 00000000000005403b738a7591fdb6d3b3ffa661b4fd839ed17c12ee11951e6e 0.00 MB 4 193
145,710 145,710 000000000000006b141a101b16a3c06f2d358cd420964c8e5e1082b4b6621af9 0.04 MB 140 7
145,709 145,709 000000000000089cc0f59d54a517f48ec866064742de18b65e6816648963b1b7 0.03 MB 58 57
145,708 145,708 000000000000037312e0be93573a8f2d5c01a09b7712cf975216925f68f08190 0.01 MB 34 68
145,707 145,707 00000000000004aac954a8541c03cdae93bd6adb0a58035f8caa7b0ee4bb5134 0.04 MB 86 316
145,706 145,706 0000000000000576102197506b3b6d446e8ca6877494df01f7fdc7882e0decc1 0.04 MB 98 3,313
145,705 145,705 000000000000059f48f7fe7e2a9a433d68d8c2315f5ec8f97a4da0559d438759 0.00 MB 1 0
145,704 145,704 0000000000000436529b46046aa57059c076b4db51059138f33a08d3b9895318 0.01 MB 15 46
145,703 145,703 00000000000000e29ca350c4dee540d15f04549e231efc4a86c44ca6a0b527f4 0.01 MB 21 8
145,702 145,702 00000000000004d1e5325215e8e36ca3f231e0d58cecfd6b39a8fe8726ad7a3d 0.00 MB 6 154
145,701 145,701 00000000000006f0b37f269249b306eed08ade4d7dddf80fafa464a83f232217 0.00 MB 8 113
145,700 145,700 0000000000000410e3655f644590e1115b39c70f8190104354fc84d17bcfa026 0.03 MB 43 64
Previous 10 blocks ↓
Total Size: 769.50 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,646.80 GB sent, 95.44 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.