Memory Pool Memory Pool Refreshing

6,812 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,838 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (253,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
653,785 653,785 0000000000000000000b460591465e984db17b5116bfc0c1beee1ac8cb70776a 1.35 MB 2,537 91
653,784 653,784 00000000000000000009e04cce4a8a70232541d027007a0a45df51c053a73af0 1.28 MB 2,293 90
653,783 653,783 00000000000000000009fdda304403335911764a7feba46bf110070b3ec56cb6 1.33 MB 2,751 120
653,782 653,782 000000000000000000060061039c3413d73e22a8a66941270a2e0d8d7586b494 1.22 MB 2,826 100
653,781 653,781 0000000000000000000ab1042d42ecb36516b48f57f65ffdd4c1515967118caf 1.29 MB 2,001 101
653,780 653,780 00000000000000000008587ee5d70049a9842b3589a7dc4f0935479fde79e0b2 1.07 MB 1,436 94
653,779 653,779 000000000000000000014a74d1219131abac70b158a5d5f60680811723a23237 1.21 MB 1,919 126
653,778 653,778 000000000000000000066ac22da76e8ba73fab5143dc61deae896f9c831c91de 1.18 MB 2,446 94
653,777 653,777 000000000000000000019446ed7107a53f08c16ad25c8dd2b8dae7719d379617 1.35 MB 2,616 129
653,776 653,776 0000000000000000000285b25944a806d555608bd246676fd1efdc5b9a8f717c 1.38 MB 2,158 122
653,775 653,775 00000000000000000007ca5d84b4f2db97736ca07bf892fc55c09e4d658d5c97 1.42 MB 1,896 129
653,774 653,774 0000000000000000000051e13efeb2507f13f2f4c18cd97e911ea7f0580162bf 1.43 MB 2,475 143
653,773 653,773 0000000000000000000021e34608c35caa2cc1a1efc49bb5f0ffdb429d82293b 1.41 MB 1,571 135
653,772 653,772 0000000000000000000867bec0b7931295bfdaf1238e7e642b7af251b7c21d2f 1.22 MB 2,633 100
653,771 653,771 00000000000000000007ef0d33274c1eb34d556875edd82fd3850334d8c1907e 1.32 MB 2,084 113
653,770 653,770 0000000000000000000adffe509a7339dde1a8868ae0430a8397c63133916413 1.25 MB 2,405 98
653,769 653,769 000000000000000000037dafde335e3bddb3bea5d900469c4117b16058c82123 1.25 MB 1,421 143
653,768 653,768 00000000000000000000e8d234fb72b333ed03ecdeae731098cec6ce373e0bdd 1.29 MB 1,936 106
653,767 653,767 00000000000000000007e1498a14d7aaae444b2236da100c2338709ffae57de6 1.41 MB 2,205 148
653,766 653,766 0000000000000000000bef19cae4b194e1278c9c30581e8077ba6a3b82f17f74 1.26 MB 2,370 107
653,765 653,765 00000000000000000009104778bd375ade433df6e55c27c50386e8e3169d8b48 1.22 MB 2,026 114
Previous 10 blocks ↓
Total Size: 769.13 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,631.50 GB sent, 93.56 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.