Memory Pool Memory Pool Refreshing

734 transactions
7.80 vMB
Show Random Selection Loading Transactions
Max Size: 32/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
908,301 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 511 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,300 (812,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,014 96,014 0000000000051ac6afe82d7e05324665e1fb6ae87ed7245513f472d08bc6d1c4 0.00 MB 4 0
96,013 96,013 0000000000053a411e6a2f30bfccff887d11b4ce161eea84d4ddd4ac94b47b5c 0.00 MB 2 0
96,012 96,012 0000000000036d43d7095654dd7383d3f98d77b1e8c9a3c4c0231825f349a81a 0.00 MB 10 0
96,011 96,011 000000000007d6b96f78c71805541861e81618045b9818826def44a2870ca9e4 0.00 MB 1 0
96,010 96,010 000000000006b4c5f8403f59bf9035478642e87852a12e3c0238653a3dab597d 0.00 MB 1 0
96,009 96,009 000000000006fc2d07d0e8584bb077fa863f18eee17f01ec4f5c3552c2e16674 0.00 MB 1 0
96,008 96,008 000000000002a7262e6bab9d3783d66dd180f58c4663e3f611398973105806e9 0.00 MB 1 0
96,007 96,007 000000000004a3304b2b8af688e47f5851768da93013adc7dbd37e414b7d31b5 0.00 MB 1 0
96,006 96,006 00000000000603f0a668715fabce1cdbf782842f03b9bde36e19651884342566 0.00 MB 1 0
96,005 96,005 0000000000000e038ae0f042168bb9390f1a449afe9caade9d5afe720ed9ed1e 0.00 MB 1 0
96,004 96,004 000000000000110f4b50e7edd8cdc9f4bdf86b98620832d1b1251635cd2e611c 0.00 MB 1 0
96,003 96,003 000000000001e900c4287eb1730b1ebe9a1c0fdc70581be17b0293b2d646a575 0.00 MB 1 0
96,002 96,002 000000000004e567471d40f45186ae716036ed0bb9efe42ee55215bd3117d190 0.00 MB 1 0
96,001 96,001 000000000007b4e174a5dd07f1a785a5d0a52faaffd9d610ff65f64270ea7674 0.00 MB 3 0
96,000 96,000 000000000002c86b568cdd2d0f4b0430cccf42bcde3361f63a32e23b5d839e99 0.00 MB 1 0
95,999 95,999 000000000007655d08209bd1a3fb461f53db70e8c8778b86961dd761ebbd3e05 0.00 MB 5 0
95,998 95,998 000000000007febec2016eb93f67f4bf6074a70b6c82770818c4bed88cdaabc9 0.00 MB 2 0
95,997 95,997 0000000000061920530a766a69e483a0b490287dc60998a2aa6fe17d2a4fdf72 0.00 MB 1 0
95,996 95,996 0000000000046c1d87d23ef39c39af9acc9fe32322319f307e84a6af9bf12fb0 0.00 MB 1 0
95,995 95,995 000000000007a3be1acbc966b3438b56c0a4a6eb869c70046324abde726ec199 0.00 MB 1 0
95,994 95,994 0000000000001c073bbd0d8b0eef21fadda13303b477265cffd44daf1731e2a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.88 GB sent, 98.43 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.