Memory Pool Memory Pool Refreshing

1,703 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,861 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,700 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (29,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,042 878,042 00000000000000000002120c4d0e9b9779c185781fb976dcd4f4ac4a513736dc 1.61 MB 3,254 2
878,041 878,041 00000000000000000000346d3055573177ef3079770ed6ed889ca922d1b5173f 1.55 MB 2,836 5
878,040 878,040 00000000000000000000df0316d0fd02fd971ceadd7b8974397fbf9ab10ae4e1 1.70 MB 3,603 3
878,039 878,039 000000000000000000026848f6fb2adb56994944d2ccea0ca3a6ca8c09462768 1.62 MB 3,162 3
878,038 878,038 000000000000000000016cc56e4a35d83743a5d3f216e34fac9b8ab7444ec61d 1.74 MB 429 2
878,037 878,037 00000000000000000001a9f3742d0c1980344c550beddb0f2c277f1d334c7782 1.79 MB 435 1
878,036 878,036 00000000000000000000f7812ad298f4c214f2a19456a6c72ce517be521b4f08 1.59 MB 2,944 3
878,035 878,035 00000000000000000000bdfcc63de60214fb68a497206bc09fa478e2fb3f0ee1 1.79 MB 1,746 1
878,034 878,034 000000000000000000013eb409e7e9a6059cfa4dd222923e8a6fdda43507e1d7 1.70 MB 1,790 2
878,033 878,033 00000000000000000000b5868f2d82ecb7230d1f47b558d46957f641f2fac5bb 1.49 MB 2,853 4
878,032 878,032 000000000000000000015aaaab57ab216f023aae0f097fe91d26598f3436f13b 1.66 MB 2,086 2
878,031 878,031 0000000000000000000022acbdec5dfa1bea1ec2d47185c95c60747c972de149 2.00 MB 1,102 1
878,030 878,030 0000000000000000000268fbf3debbb7aa1eb273ad845ef93720951d592507be 1.69 MB 1,878 2
878,029 878,029 00000000000000000002876825a1bb468c97259d5b41adc734539b739e0d0f28 1.98 MB 1,093 1
878,028 878,028 0000000000000000000064dbd7d39a355815d4d1fb7b27ca5825ab2ce8d1f392 1.63 MB 1,584 3
878,027 878,027 000000000000000000004fe9dc835b41f2da749287c4d1fca9055d83b2e06fa4 1.87 MB 1,849 2
878,026 878,026 00000000000000000001c4557e974d19df66942cabdd5ac6d6ea05aedb158ba4 1.89 MB 1,573 2
878,025 878,025 00000000000000000000d7b277d09952e48be4aba1eeccaa235d74260c34a43a 1.29 MB 1,147 2
878,024 878,024 00000000000000000000155411e6b9c33792e7fbd7f1455e3b5b8d0b09c05a8f 1.61 MB 3,509 4
878,023 878,023 00000000000000000001afd25f6b155da8203b861b5aefe641fef4d02c17c60b 1.64 MB 2,829 3
878,022 878,022 00000000000000000000caa31e3d6d1bc1f9ff2fb15193f9851bda62bb7652d4 1.60 MB 3,323 3
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.