Memory Pool Memory Pool Refreshing

11,662 transactions
6.36 vMB
Show Random Selection Loading Transactions
Max Size: 36/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
906,384 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 3,771 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,383 (71,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,097 835,097 00000000000000000000aa290fbc1d609a57e41fd35f2e683d7e0f93c42c0cd2 1.97 MB 2,000 12
835,096 835,096 000000000000000000027975fdedd407c8bd6523e558900df9e850d75623a7c3 1.91 MB 1,686 11
835,095 835,095 000000000000000000011e7ae1b383a9fce442f32e20f3db837d3a586d80c7d1 2.02 MB 2,764 15
835,094 835,094 000000000000000000020a59df695df10af0f29757c7221c4b1faf5fe1510ecf 2.06 MB 2,219 23
835,093 835,093 000000000000000000028d8fe39fc0ff1ee4f53f74f924c7e177112bf3c01f25 1.89 MB 2,807 27
835,092 835,092 0000000000000000000281be88422fac55768b19ef3adf0f7fea2c22deec29cc 1.66 MB 3,214 22
835,091 835,091 00000000000000000000d19c52773dd15227dbfa4db6c5cafb8c78c885a62b6e 1.86 MB 2,828 22
835,090 835,090 00000000000000000002a113ac8c81a18d93459ea584063332b102d985ef15f4 1.84 MB 747 9
835,089 835,089 0000000000000000000170b80381fde2175a105120f03f709e2b3a575bcea524 1.87 MB 1,896 13
835,088 835,088 00000000000000000000ff3f02df5b94f0f2b65a61f4a37f86f99bfd1791dac9 1.75 MB 1,984 12
835,087 835,087 000000000000000000017eba985b1d780e56e2781a0b051b3a179b2f8707433b 1.86 MB 398 9
835,086 835,086 000000000000000000023e8893332b03b667346e37754fd69418a3cf548a5f5d 1.87 MB 475 9
835,085 835,085 0000000000000000000175f75e413434e68fc8146171090bd1321ed85cf3fdc1 1.96 MB 2,455 14
835,084 835,084 00000000000000000001e0427617f94a0e7f41a42ec6f3e864e8e0376d370ec2 2.47 MB 1,172 10
835,083 835,083 00000000000000000000e7d8aeeb1c408b55adeae13c1f8545238d2179fe80cd 2.05 MB 1,934 9
835,082 835,082 000000000000000000024d81b1729b9423b9a7c59fce5730202cee60b1119126 1.52 MB 2,631 16
835,081 835,081 00000000000000000000d96fecf867646b22d981a96adb7164c469cded2eff13 1.78 MB 2,808 13
835,080 835,080 000000000000000000003c3ac46f7acf763fa5cef061cddd7497c875a542bbd9 1.76 MB 2,674 12
835,079 835,079 000000000000000000030d490552bf50f330fc8a8227097de90f0820f1c976a5 1.74 MB 2,641 17
835,078 835,078 00000000000000000003373b91aa60f7c735863a262c423f96a541bd0194127e 1.58 MB 3,161 24
835,077 835,077 00000000000000000002d578add02468c118aac5bc0f1a162e4f93dbb826c453 1.92 MB 2,855 10
Previous 10 blocks ↓
Total Size: 766.58 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,456.05 GB sent, 80.35 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.