Memory Pool Memory Pool Refreshing

5,971 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,978 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,800 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,977 (899,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,532 8,532 00000000becf44176653725cbdb1e7f7f53831953566deb59b8c685ee833e414 0.00 MB 1 0
8,531 8,531 000000000c171e4cf4db44ee5c88f7a6f767bf4db349e90c53d4c2ea26fbe796 0.00 MB 1 0
8,530 8,530 0000000033007eebe850fce87336cb64f5a8452462336837a99e020eb356b87a 0.00 MB 1 0
8,529 8,529 00000000f9f4a155d9b911c01b3ae6f10a02ce3a0aa16946be72dfd5acbb6192 0.00 MB 1 0
8,528 8,528 00000000e8ef29ff44603ced8534398e1b5d9ff169e5f21d0036bbda3542e24a 0.00 MB 1 0
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
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,647.06 GB sent, 95.46 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.