Memory Pool Memory Pool Refreshing

59,516 transactions
24.33 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,041 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,766 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,040 (119,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,794 742,794 00000000000000000002dfd3388fea369f816d3d6f426b6e74977c81864171cd 0.35 MB 286 11
742,793 742,793 00000000000000000008c5d699fb4e2f53fbdf67bd616bd07f1e578ca73dcf73 0.29 MB 341 29
742,792 742,792 00000000000000000000a1b50cfa98a69aef31f5ee39d02be0bfe49f8c90b185 0.02 MB 47 16
742,791 742,791 000000000000000000080b33bb37416b02deb15448869c960b3cdada11f173d8 0.47 MB 779 10
742,790 742,790 00000000000000000005c139b3f608be9544f5216614f8253a65bc12d4115d07 0.15 MB 204 7
742,789 742,789 00000000000000000002663ac4580cd6a85b82f9e72a1c1567e4063ab1775fc3 0.50 MB 572 9
742,788 742,788 000000000000000000058e40e7deb02dd5ab93e442c1f0504587ae98a7b8b66a 0.67 MB 1,072 11
742,787 742,787 00000000000000000008a0b38c7efef39e16987a81b7453d90bca02a991d4fe3 0.25 MB 460 12
742,786 742,786 00000000000000000008983c3ef99c71c6c572b08b47e43274776bdc26797a74 1.14 MB 1,859 5
742,785 742,785 00000000000000000008d59505297c429bf49ddc3eaad4f4d5e8b4ebb26251dd 1.48 MB 2,930 20
742,784 742,784 0000000000000000000501f6087136aea5ce43cc4bb2f33fdfcc9349f65fada2 0.11 MB 118 14
742,783 742,783 000000000000000000028296d258e8558a313b59d9d39f61a9b4c1e233845a5f 0.32 MB 644 11
742,782 742,782 000000000000000000093ce41407748a8bb3ba4f111e0258430dac62b8ded901 1.41 MB 1,314 5
742,781 742,781 000000000000000000021870c3a523c0b2e90844ea00fe579bc54d67d86897ed 1.60 MB 1,637 9
742,780 742,780 00000000000000000000ef5fd20c70a4ebd5b3d486b37c3a4a10d60f6cec150c 1.74 MB 489 2
742,779 742,779 0000000000000000000120c8a20076bfb614334b6169171f294d093acc074b32 1.44 MB 947 8
742,778 742,778 00000000000000000000d439159dc3ede497faca89c6d090d165414de4978c77 1.73 MB 413 1
742,777 742,777 00000000000000000000a582c256b4c090259df4a1b43fd69e15de54dc4dbac8 1.05 MB 378 2
742,776 742,776 00000000000000000006761c3d2e32168e4ca14d7df66ec2b5c196f3155ae6cd 1.58 MB 2,847 14
742,775 742,775 00000000000000000007348d0bad591ed193a7d0fe2a11e9d8515fdfeadffc7e 1.06 MB 188 2
742,774 742,774 000000000000000000085f995ab08c3e9a653b6f2d24d541d296e494a715b2b0 1.09 MB 405 2
Previous 10 blocks ↓
Total Size: 684.24 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,330.59 GB sent, 99.96 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.