Memory Pool Memory Pool Refreshing

5,955 transactions (1.63 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,840 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,486 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,839 (901,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,985 6,985 000000007dafe62a0e8ed540a46e5f65b5714cbaa8d88b29c38b98f8b4e73753 0.00 MB 1 0
6,984 6,984 0000000074df9d9258ed1acc85abb45e099a7aca5d53f082c17efad5de4cf73a 0.00 MB 1 0
6,983 6,983 000000009b35c1ca52988212e39430925c5f11f9f679a233e08daf2fb7baa744 0.00 MB 1 0
6,982 6,982 00000000ee01f2591da756d1045ae3bd04341279842dddba8a7d002b7c170f94 0.00 MB 1 0
6,981 6,981 000000006d76d82e9a144722fe2cbc9365fa2ed246cf47ff2a7b488b8c6bc1a7 0.00 MB 1 0
6,980 6,980 00000000c31f7f76a2a9b722603d7419bdc53f13c9a12bc250c2e6af3c60ed53 0.00 MB 1 0
6,979 6,979 000000002005017cd42078ac81ba7eb579d73d5dd4cd2c8d034a5d3c01f0fc61 0.00 MB 1 0
6,978 6,978 00000000d6ec0d695a006900ba691dbaeb0f0cc31f7531ceea63eb17f6ab0513 0.00 MB 1 0
6,977 6,977 00000000c0f199ae6994fd526b6b01e175a72c612d1d80acc1e849f6c8a80e60 0.00 MB 1 0
6,976 6,976 0000000067f5c9058f4beddbdd38bf49dac8cfdbe02acaf919f045b6a38a080a 0.00 MB 1 0
6,975 6,975 00000000395cf80fdfcb67aa69779a02a7d6d21562f74d4b53238d542248acae 0.00 MB 1 0
6,974 6,974 0000000083d7354495f32cedf2c906d176b085561786f46e7e9e161d04c0b628 0.00 MB 1 0
6,973 6,973 000000001704a08b0fc9d108a6f2b2cad455e5615fd3f0ed9e827093764ff8cc 0.00 MB 1 0
6,972 6,972 000000009c0a448008a09a3e3f32f0927bf3fff9dfb53f0a5ca63a0393844c61 0.00 MB 1 0
6,971 6,971 0000000099b9897953e0ce9ff781acde095228557b9fa095e5a51b7d2804ac16 0.00 MB 1 0
6,970 6,970 000000009c14fcf25accc008b8e411fbdc7cad3ac899e5f7150de1fca3a7c913 0.00 MB 1 0
6,969 6,969 00000000545b95108c138019753166d1357acbd15766c791eb0ad63ebea6eb42 0.00 MB 1 0
6,968 6,968 00000000b5c44c71fc6d438a944f5b57c8fdb719dd7639fa94a14576a374598a 0.00 MB 1 0
6,967 6,967 00000000a3a0c36cf5524cf13ec2cff8b87025992a4879f3f339e4fb848b3a16 0.00 MB 1 0
6,966 6,966 000000000ced11649abe4bb6dda4b2f48629c5484cd26dd57419d9b0ffec9608 0.00 MB 1 0
6,965 6,965 000000009ecf2e19ea3bab1b9186bd44f85cca06a86b029933c441f01312126d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.25 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,858.95 GB sent, 103.38 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.