Memory Pool Memory Pool Refreshing

5,492 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,851 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (6,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,125 901,125 00000000000000000000d7aee3a3cb0b2ad6609af138e4844f44feabcba522a0 1.45 MB 2,225 4
901,124 901,124 000000000000000000016d7f337c2157771a5c401681ed8491c42388b69446cc 1.61 MB 2,401 4
901,123 901,123 00000000000000000000bcab241ca00a73472eafef4abb311e5e5777673542ca 1.65 MB 3,397 5
901,122 901,122 00000000000000000000ed5694f670ef92a4dc8facfffe049c6eda4486d0001e 1.53 MB 4,266 10
901,121 901,121 000000000000000000019c5b749e0167108bdb4982eeccd9a3ccb4b7d1883a4a 1.20 MB 1,261 3
901,120 901,120 00000000000000000000212fabc767d1ba315583837e9e506687fc653b7729a1 1.53 MB 2,239 3
901,119 901,119 00000000000000000001f5bd2f7cee13082956d66ebca4a8c0bebcf893f7fbb4 1.62 MB 3,847 9
901,118 901,118 00000000000000000001ae0a2030b287511d6ee064816460e0cc4174590cb6f9 1.62 MB 3,477 6
901,117 901,117 00000000000000000000f8ccb9cfb7b1aebf47b5c0e6eb509e629f36f471684c 1.34 MB 1,583 3
901,116 901,116 00000000000000000001d8379d0dd1c3946febd4cf7d597073ccc2c5fc5a5fcc 2.00 MB 812 2
901,115 901,115 00000000000000000001d8c097ac72dfffff787cbf4fe20e448778817213c6b0 1.64 MB 2,746 4
901,114 901,114 0000000000000000000110b92e170968e8ab2e76dc4551c2d30d434547e66dde 1.61 MB 3,757 5
901,113 901,113 00000000000000000001cdc884e1d07e94c3c6fccffad25dab78899eb0f48d1c 1.55 MB 3,986 9
901,112 901,112 00000000000000000002234a7df09d7869aaa2b76255fdbc8c21776b1df03a87 1.62 MB 3,514 8
901,111 901,111 000000000000000000016b85c33d85c565eee80580fdb33934d8be348b161654 1.54 MB 4,144 11
901,110 901,110 0000000000000000000021369d13dfb46f96c2f29d56e0ac35951ac0318e95f8 1.47 MB 1,713 4
901,109 901,109 0000000000000000000108d9a6efd66e9831501a73102ebe07e8f13c21907403 1.65 MB 2,976 8
901,108 901,108 000000000000000000021ecb37b476e373c5b01d8bd5ce41db3a00fe260d34a1 1.50 MB 2,516 5
901,107 901,107 000000000000000000021fbbd41fac535e21f66b544194216f82819af0b81873 1.27 MB 1,353 3
901,106 901,106 00000000000000000000a29ee1075311b6c7e2df30ae48ca7b46010da1259319 1.21 MB 782 3
901,105 901,105 0000000000000000000041e75c4119dd60c3ccd1dcb040c0826b4a52b9da13b9 1.32 MB 1,491 4
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.