Memory Pool Memory Pool Refreshing

31,724 transactions
31.65 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,416 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,976 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,415 (48,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
814,057 814,057 00000000000000000000eba8f085706f8d53837c42fd54c89776cb3ad06557db 1.59 MB 3,357 20
814,056 814,056 000000000000000000042b125106d8c4d7d01296e7ce1c86f5edf7aa69f0f735 1.57 MB 3,298 21
814,055 814,055 00000000000000000003b9dd1cc9c9a3a684bd88a6e282c744ad475a68d0eb7f 1.48 MB 1,752 5
814,054 814,054 00000000000000000000fd53db7baec1ab92c20581ffb9335d1b18714e9d197d 1.57 MB 3,778 34
814,053 814,053 000000000000000000015d76a563b297d3a5a6c7cf8a591d186d4e512b899c4e 1.57 MB 3,392 26
814,052 814,052 00000000000000000000631115e5f9b328d61d7baf926a50ffd1f09b1cdeedeb 2.08 MB 976 4
814,051 814,051 000000000000000000008818d4a0f9a182e15d004c24010735b53fc5c9eba5db 2.04 MB 5,247 4
814,050 814,050 0000000000000000000431b794a7dd7ad5c44523b5a9cb2e9f7f950ed5104d60 1.61 MB 3,310 17
814,049 814,049 00000000000000000001c6c0bbced30a331b5bf60673b01028ed63537c442a67 1.90 MB 3,629 5
814,048 814,048 000000000000000000017cd0e8fdcf251a9805d8a771259adf5235e2e042b289 1.46 MB 3,134 7
814,047 814,047 00000000000000000000640e1a146dc74cef173a7feb8926cca43acad7000b85 1.52 MB 1,922 6
814,046 814,046 000000000000000000049608f10002a08a8ab48540331ed42d756b0bdd8f9058 1.58 MB 3,788 27
814,045 814,045 00000000000000000003ecfb25307070eb973a6485daab9e15ae249b8807e194 1.52 MB 3,987 36
814,044 814,044 000000000000000000002364a576d1d49038f185489103427061761c3a66b8f5 1.71 MB 2,859 12
814,043 814,043 0000000000000000000161155481bd776a2ad4fbca008b3775ede3edd7d402ab 2.28 MB 219 1
814,042 814,042 000000000000000000013902669e8f35ff1394c199a78596367d686fbb992fd9 2.23 MB 2,080 4
814,041 814,041 000000000000000000025ac5192e4cea0e4bb7e24f7adc8e1bdd50cf9154b29f 1.73 MB 3,567 12
814,040 814,040 00000000000000000000c4ea78ddfc5996ff5b214a6e09abb93b0445429693f3 1.78 MB 2,441 6
814,039 814,039 000000000000000000003d34a72c1afff5d4b451411767d59d6a85e9bd13359e 1.82 MB 2,371 5
814,038 814,038 0000000000000000000337c70a91eac2753db6d68ed12e2a7b7ad46612a3ccef 1.84 MB 2,987 9
814,037 814,037 00000000000000000004727b3cc0946dc2054f59e362369e0437325c0a992efb 1.64 MB 2,003 9
Previous 10 blocks ↓
Total Size: 684.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,367.90 GB sent, 104.66 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.