Memory Pool Memory Pool Refreshing

7,374 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (680,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,035 227,035 00000000000002b08229fb173bf2b6b3a1b98b38e5feb2b0d92ed9674a5e3ab8 0.15 MB 360 172
227,034 227,034 0000000000000361ac99dad1418f789809f9300b4e72b9ea1871943c2d363b23 0.16 MB 421 195
227,033 227,033 000000000000030ca9ae6a3ece82a3900707267024bf3d98b055ffd1896074f9 0.03 MB 75 63
227,032 227,032 00000000000001e76ee6a4f6603883d823b7bb67f30d5a1c853663608b39f83b 0.13 MB 300 158
227,031 227,031 000000000000033053843a5bbeef138edf70add40ad625051b18d9c7b0273443 0.25 MB 512 126
227,030 227,030 00000000000002abddb61a78b487e22f22792543cfe0a3ee28b318e0138a0e38 0.25 MB 870 299
227,029 227,029 00000000000001ebe05d3d6db9b25d1cf04fa7c51599aabeb123a083fad8277c 0.19 MB 385 188
227,028 227,028 00000000000001ea81d00c6d80f44ad2fac93564a4fabe6cab880e05e1554343 0.01 MB 26 14
227,027 227,027 00000000000002491bc060d3fb34371209f314679cb3c98399b592487df4414d 0.15 MB 348 180
227,026 227,026 0000000000000114f27e37b38536f57944a7eded989acab53a11e3b7fe41bb33 0.09 MB 199 131
227,025 227,025 00000000000001740aae61649c068f47d93b1ed7f71829f904c499704755b559 0.27 MB 581 213
227,024 227,024 0000000000000309d23200fc446f41239cf876493c4c2dadaaf7944e11456ac7 0.13 MB 309 196
227,023 227,023 00000000000002b536d8646ca4972a9be3f5779148a981079b3e7ca549a3ccd4 0.07 MB 130 152
227,022 227,022 00000000000003222dd4f9a1136407c5a8bbe2504df85e15091d75a1fd61853b 0.15 MB 300 146
227,021 227,021 0000000000000141745b6b5206b32bb5f287c735f0869d17ef4d5938d9ab8176 0.09 MB 179 232
227,020 227,020 00000000000000a89b046eab29dbd8424baeed109ed7630abd3d9f3cd053f7dc 0.03 MB 61 81
227,019 227,019 000000000000024e9555dc1d20ca83f146db8a49c47ecd4ace38b672b94a619f 0.19 MB 256 116
227,018 227,018 00000000000000538feb70790532992c01bcb97c1bb7ca9978eb0616402fe2dc 0.15 MB 221 117
227,017 227,017 00000000000000c4dc6bcd1c25afef9b6d07eb0e03af18af9bfa4d0405af8ebf 0.25 MB 637 228
227,016 227,016 00000000000001a5da0517317d38a0fe09d8ee40c02949b55aa9e24276904fd3 0.15 MB 271 136
227,015 227,015 0000000000000239fe734a915cb083191794fba563aea795c06e455a8ef161dc 0.25 MB 677 185
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.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.