Memory Pool Memory Pool Refreshing

2,758 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,757 (72,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,103 835,103 00000000000000000001f93cdd65d4ecad0248aa97ce14121b0d335db0221f1f 1.65 MB 2,820 20
835,102 835,102 00000000000000000001f99ae8a6d5202322a09b4add42befff0a37345c2fa87 1.73 MB 2,885 22
835,101 835,101 00000000000000000002d17bfbc3bbaa7a2e0ea1152d8bbe9ea6fec410ec82a1 1.79 MB 1,660 10
835,100 835,100 000000000000000000031d86ff4efffdd94c0aabdec5076db3b3cc9431b97b8a 1.96 MB 2,069 9
835,099 835,099 00000000000000000000182aa974d676e8e578eee4882a6f1c5dc2cc30e5005e 2.00 MB 1,380 10
835,098 835,098 000000000000000000027ab617a03078d800737ffe3edb90a7ea5bbd0634c588 1.84 MB 2,706 22
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
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.35 GB sent, 93.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.