Memory Pool Memory Pool Refreshing

2,798 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (598,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,392 309,392 00000000000000002d4941d940b56193773ae53de632710fe349337665ccb9f4 0.02 MB 23 15
309,391 309,391 00000000000000000dc6429691cffb804fc58dcebefa6a4387442c2644c8eafd 0.12 MB 242 33
309,390 309,390 000000000000000012cdbaea33506dac1eebd237f3cced1cc41c93c0ebd45418 0.05 MB 102 31
309,389 309,389 00000000000000003bc20bafd28864fcac582c0cb9bfbed4804b6616cc59a3cd 0.25 MB 507 34
309,388 309,388 0000000000000000409a87ad38dbc47b73553de3f068e2f9e24b1c400e436968 0.12 MB 228 21
309,387 309,387 00000000000000000cfb3a9bb2f96b86ea6592b8058b2af8d6e3e2a0cc98b982 0.47 MB 807 28
309,386 309,386 0000000000000000034da2b7610937d374533761fd3feb9a7ce1da79d6707344 0.31 MB 602 29
309,385 309,385 000000000000000017f69a3d8bfc88b6f3dd50d3076f155a73ae9810ae87da58 0.83 MB 1,415 29
309,384 309,384 0000000000000000078d90ce995535c4fdd4627064ca13466882060aaab4ee3c 0.46 MB 717 27
309,383 309,383 00000000000000002bc1efa43112e1e16fbcc1943efb901d051ba2907614c277 0.07 MB 153 31
309,382 309,382 0000000000000000199d5e455af7699a9292b28b7054a9bb23a7d32956ae64d3 0.11 MB 230 32
309,381 309,381 00000000000000003121138789ecb145941f168d5b8c974e3311cbe27a26d584 0.06 MB 140 34
309,380 309,380 0000000000000000207f83ebc91be06b2a30bce0981247dd2cfa41b671c892f5 0.41 MB 794 28
309,379 309,379 000000000000000021a0769cec3859a7b90228d276dfea482a2c48006f370659 0.02 MB 44 23
309,378 309,378 00000000000000001663660a1a9a7453a898d52afafc7fa4a6ce64d537fd6f47 0.25 MB 539 30
309,377 309,377 00000000000000001e533ec7373052d19dd4653354118454fd4d05c671a61d46 0.14 MB 264 27
309,376 309,376 000000000000000031a84b5b9b87d3134ca51eba7c6b1d0898c46573cd283e87 0.08 MB 256 67
309,375 309,375 00000000000000000e5fe6cf236f9c661c777771faf9a30a506a8717f6031353 0.21 MB 555 37
309,374 309,374 0000000000000000134a64b7e71da3bbafdbea8cc4494c020fc5a8aa83f23828 0.17 MB 401 35
309,373 309,373 0000000000000000124baabafd130287c3ceec9a4060466f966acc5dbbb81efa 0.01 MB 23 44
309,372 309,372 00000000000000002372718a3022ea0df234d6a50ab518fab1143847a530a75f 0.07 MB 175 32
Previous 10 blocks ↓
Total Size: 769.05 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,627.56 GB sent, 93.13 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.