Memory Pool Memory Pool Refreshing

538 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,281 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 518 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,280 (899,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,521 8,521 0000000069c8fc1d836a77857fd766dcc6cf913fa2843135931db13cfaf36612 0.00 MB 1 0
8,520 8,520 00000000a68b9688d726301d01c488831ea4de6469472a447a3a213a3dc1f841 0.00 MB 1 0
8,519 8,519 000000002c5e3814ce745ac44738563d426b5d31df54482673ecb9780d49c63c 0.00 MB 1 0
8,518 8,518 000000002d0648fdbeb50122f8db286c6748d9ec3b2cef903044c89d15c25f89 0.00 MB 1 0
8,517 8,517 0000000075a8cbe4025124942a0b1303bca931025fb733fa7f6203506afcd81f 0.00 MB 1 0
8,516 8,516 00000000e46010d660e4bd1b5f4696bf5ceb2763aad2809fd22169e582ff1bb2 0.00 MB 1 0
8,515 8,515 00000000b604b1bc6231df6af11c3c278495cf1931ede42ba4b8c6e27672a58d 0.00 MB 1 0
8,514 8,514 00000000b84eef52e467604650fd32a06464448072c35c49d9b91490f0e4878f 0.00 MB 1 0
8,513 8,513 0000000083628102aac819522005c48a92a5a7856ac9f136358a2e299a7db659 0.00 MB 1 0
8,512 8,512 000000007fa7a60972684f5ceba4e6cdba6026f32c7a7b72871872d12b835123 0.00 MB 1 0
8,511 8,511 000000007d4b42d0d687640370337b588b6577a4b8ce369c321483ed57d60d39 0.00 MB 1 0
8,510 8,510 00000000c8c96792b29184d00fd87cd9fe1d463704e4e3f0b0d9e6ba2af1cc3f 0.00 MB 1 0
8,509 8,509 00000000a51b482e2226e6082f0db7ee90862382730de17f6551a131e93e36fc 0.00 MB 1 0
8,508 8,508 00000000da3bc425973d4fd5de7e1b34872449530e8ea7d6ba40eea0287185ca 0.00 MB 1 0
8,507 8,507 00000000aae2c3b8318803a611280d3938930d820772e43f92254f7d1921c8d5 0.00 MB 1 0
8,506 8,506 0000000098a71523ddd1970642b2f5a8991b5aa911d2681bf1d3fb9f4bde7be7 0.00 MB 1 0
8,505 8,505 00000000d1cd5801237dd8d330e5e7076d13fe5b04b60ba5e986a58ff8bf1c4b 0.00 MB 1 0
8,504 8,504 00000000c2f0110c9376fe235b3d302f545036d8bba38ad49a9fcde3a9328e11 0.00 MB 1 0
8,503 8,503 00000000881b47f9fd9724712169f8902e0f8ed27a554fc0f7f627fdc7572a36 0.00 MB 1 0
8,502 8,502 000000002868c874224fd349976e95aede2c8a5819d417e485ecfbc5db89b056 0.00 MB 1 0
8,501 8,501 00000000e6608bf9e2f018f1534a0e9ba82ba0c40eefebc144312fcd8e3e0abd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.87 GB sent, 98.20 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.