Memory Pool Memory Pool Refreshing

3,432 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,842 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,417 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (435,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
472,763 472,763 0000000000000000017e9651f0f66953bc8f8a3ea3ef7238e4a518aed9487de8 1.00 MB 732 59
472,762 472,762 000000000000000000051661a15d9cc4af822c2cc601e86684ff5aa615f0d794 1.00 MB 1,271 145
472,761 472,761 000000000000000000855eb8ac2c93a327cd836f116ca769c327b9e0aa2f91f2 1.00 MB 201 15
472,760 472,760 000000000000000000a32a00664a15dbdc1277a7e9dc3cc3c5f6a72de4d76d37 1.00 MB 166 14
472,759 472,759 000000000000000000444a0bbf77af1417a84ac72a80b1f411fb2abe6c999f10 0.34 MB 310 110
472,758 472,758 00000000000000000024ad008121a801b2f7f1b4462942f6a4b1366488113ffb 1.00 MB 1,096 142
472,757 472,757 000000000000000000a2ba1dc5744a6df0b6f8ba84fb2e411bf26f40960fb5ef 1.00 MB 518 59
472,756 472,756 00000000000000000075d95e301ec12db8318d4ccc9bb4611d2530f7a6944adf 1.00 MB 708 86
472,755 472,755 000000000000000001000c4a92a141c5d408faa66b66c1935e4ffe8a140a2bd3 0.63 MB 1,160 25
472,754 472,754 0000000000000000010b214292fbe54f18ee10b4ca2524ee7bc4b8a907655f46 1.00 MB 1,984 246
472,753 472,753 000000000000000000e4c2e323230fd6a266741f42aa965c86fae8205e2309ef 1.00 MB 2,036 240
472,752 472,752 00000000000000000030d6c28b5cd8b7133c8a7fabc60f6ae65c646115e26237 1.00 MB 1,887 171
472,751 472,751 000000000000000000048dbd7fa8b2732a2a1a22a5d8b9ebeaf938a96d52da41 1.00 MB 1,587 158
472,750 472,750 00000000000000000036c823c344ece1ca712257b7ed13a8fcea28f087f0a200 1.00 MB 2,094 275
472,749 472,749 000000000000000000f382b835d682afbcbd2c248f85cbc4944bd8a3609455d3 0.99 MB 2,480 347
472,748 472,748 0000000000000000011da8f83f23856222693954dc38a0a203391cf51d3f1a52 1.00 MB 2,425 368
472,747 472,747 00000000000000000124599553a07decfe065cc04f22a12fa5e5490e116242e5 1.00 MB 1,613 373
472,746 472,746 0000000000000000010ac1a0c2f1003ae71457077a3a814a756f0b2b494e03d6 1.00 MB 1,069 219
472,745 472,745 0000000000000000000515bcd48f892ab004903eb0e9ce7984159284ca828e17 1.00 MB 1,909 76
472,744 472,744 000000000000000000f057f17c29fb569199f374e05375deb844f9924ab156ce 1.00 MB 1,889 226
472,743 472,743 0000000000000000003dba0997f6e965651d778d7b29fb84adc452c9ef34193e 1.00 MB 1,042 157
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.