Memory Pool Memory Pool Refreshing

4,001 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,979 (899,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,527 8,527 00000000a4015392c9d042eba109e64e97fc3bb0f6385d7a00f523545004a53f 0.00 MB 1 0
8,526 8,526 000000007f52c47486c9fa848a14371db3d2698079c75124ea474df9e4eb8cb2 0.00 MB 1 0
8,525 8,525 000000005885e0b90c9529da0eb8b0dea99dbe803dbd58a850f695cbd565301e 0.00 MB 1 0
8,524 8,524 00000000dd67c115529e4cd02fa4df2085d55624e31bda594c107b31a2c12d86 0.00 MB 1 0
8,523 8,523 00000000b40394f3a6c8c4fef12d5cca6f66ce35eb190c69c8b03ccdfb1fed34 0.00 MB 1 0
8,522 8,522 00000000d688cf4de5240c8cfcb389f37e55f66a130d4096f5053778f139f43f 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.51 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,647.24 GB sent, 95.48 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.