Memory Pool Memory Pool Refreshing

6,512 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (863,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,774 44,774 000000002f798c54e2fb7601751175bb0e0fb27a3896fb74943a04c3307038e6 0.00 MB 1 0
44,773 44,773 0000000008c00a6ec2d4cbfc74a7f50bca5188078626e58a7b7f17a2ed61869a 0.00 MB 1 0
44,772 44,772 000000001ac5d9ac7cac96708be3acbae7eeb92e07ceedcdf06522c3192910ca 0.00 MB 1 0
44,771 44,771 0000000031384ee5b40a2cceb9218d54a011223ea268be4e3bea6b3b1b62475d 0.00 MB 2 0
44,770 44,770 00000000197dea7f5cf4a443eccccda9e2f766fa47951f7637da9bd1f40d2005 0.00 MB 1 0
44,769 44,769 000000003674d9b479f582d65335ecc4c1c56af29d75e096d6206e25f4b43470 0.00 MB 1 0
44,768 44,768 00000000232e197f31a0cadf60b3284fc991623a499c66fc3234ceb6eb841ace 0.00 MB 1 0
44,767 44,767 0000000031bc21e4081e6bf5f7ec11b070d5088e19507692b34e176226ea177a 0.00 MB 1 0
44,766 44,766 0000000010fd41d7c60faede81ef1330f739b68ed9d13d3325ce36991a65e6e9 0.00 MB 1 0
44,765 44,765 0000000032018392b26789ddce30e0f3029707d6a97cdf9a054a7bf3511a4fc3 0.00 MB 1 0
44,764 44,764 00000000357c13260860d06d424efc01b7676f1847e735fc2ad7440402fd1e2f 0.00 MB 1 0
44,763 44,763 000000002133189bbd61af12a8371e6ec16a126d0558ae7ad93f0750e3dc314a 0.00 MB 1 0
44,762 44,762 0000000012a52a1b97b789aa160e60b4b57ae08f6116c2e34aa5f7560407fad2 0.00 MB 1 0
44,761 44,761 000000001c74379693d43afde06aad8ccd3a81b6243abf0695d0a47c436326a9 0.00 MB 1 0
44,760 44,760 0000000007d86ad3ed342054a430936570bd855db60013abc898a0e2051676d4 0.00 MB 1 0
44,759 44,759 0000000028330f428e8b3fe52c31472f3b9de8e77b703f21f68a11579c0d806a 0.00 MB 1 0
44,758 44,758 00000000027d82becbd3f7c4bd5294f4c7a770d1c483d746f8c4f0f081bdc124 0.00 MB 1 0
44,757 44,757 00000000357f5ef1b0289effd635aa89a3ff786d97b78de0800b037370b06456 0.00 MB 1 0
44,756 44,756 000000001c18b54634c3f34670572b2d7ccebdeb04baebb3030fdb8c31c0172f 0.00 MB 1 0
44,755 44,755 000000002aa79c038dc6a23c410046d1c9672d7a3fc883d9110b93e4ba08b3bf 0.00 MB 1 0
44,754 44,754 0000000014ed75f3fa0d3ba6e8dddf9a2312acb58f3c004343783e053a0f0e70 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.