Memory Pool Memory Pool Refreshing

2,265 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,816 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,820 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,815 (86,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,608 821,608 0000000000000000000401c5ed96af8093c10be5a85dc380ae20f13db41690b9 1.81 MB 4,836 396
821,607 821,607 000000000000000000042c857d665dc0c1b4044002c9971f37420e72c65b4b8d 1.75 MB 4,474 465
821,606 821,606 00000000000000000004149bf4a18caab7bf7a8baad7df0d33ae3b1052ecd4b3 1.70 MB 4,550 541
821,605 821,605 00000000000000000000145d9381e33d45a5f0e416b918843e66afb233cf33af 1.84 MB 5,050 451
821,604 821,604 0000000000000000000288420e8b35009aa4de97025aac1f295c49b0af8994df 1.75 MB 4,507 477
821,603 821,603 0000000000000000000003af1d3b43e2abc3f77037387b1ed0672789882e29a9 1.71 MB 4,286 556
821,602 821,602 00000000000000000000d75ca4d8d4735062f2d8ec58c771e818e33275d9a7d1 1.80 MB 4,966 620
821,601 821,601 00000000000000000000dd964a4cd0c1e40249451f01a52163036b9aacb7b935 1.77 MB 4,881 545
821,600 821,600 0000000000000000000058e732f343b148eda19c91360455f04ddd1dde833351 1.81 MB 5,120 571
821,599 821,599 0000000000000000000385c6e5319553e34869c63592118d908ed99214d2b3b7 1.69 MB 4,539 636
821,598 821,598 000000000000000000038e59321fd35a325e1a3cd2fd6331653b630e8bbcf337 1.64 MB 4,023 677
821,597 821,597 000000000000000000021a2d8236ff7abacffeca2e8c71f9a8b7cb1f89ed9295 1.76 MB 4,525 690
821,596 821,596 000000000000000000008ed27e5d18709c450b78367df4bfbf37dd7b9a1fb6ec 1.61 MB 3,760 787
821,595 821,595 0000000000000000000428204fbb6c41d5b1ea5da2d108b0e3ed1dfc783f99b4 1.67 MB 4,263 637
821,594 821,594 00000000000000000001dc60d01c34ea809f5efd5278ef280a5e744cdece8389 1.75 MB 4,649 583
821,593 821,593 00000000000000000000bcf7092bc298643bec1efdc421e63ed6e5e8b194234c 1.71 MB 3,833 597
821,592 821,592 0000000000000000000108452b8c6a7bff9d3f226485e932962233722452888b 1.67 MB 4,331 506
821,591 821,591 0000000000000000000289a5796333c8a44fd17df7fcf89f0acb8e9b7d1cb8d8 1.79 MB 4,872 418
821,590 821,590 000000000000000000004dd6e79551914e29927b1c6744f88c133a8cfd6c9f6c 1.63 MB 4,096 407
821,589 821,589 00000000000000000000ee241bb27992dbddb67565e2ad6ffbb529ed4e117e9a 1.77 MB 4,685 394
821,588 821,588 0000000000000000000092185a1df1b8704dc12f8fa66f44108354669c1bb13d 1.73 MB 4,733 340
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.