Memory Pool Memory Pool Refreshing

7,476 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,529 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,052 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,528 (15,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,701 883,701 00000000000000000000820ef95c741a5e901e4bc61fc5adbb48203e1f17f08c 1.53 MB 3,060 3
883,700 883,700 00000000000000000001ba935e46b313113ae816b27aff1c7bc5b38c7ab30524 2.03 MB 1,544 1
883,699 883,699 00000000000000000001dd6f0813c3976a450c3fb036708bb5d025a12f74d0da 1.91 MB 1,921 2
883,698 883,698 000000000000000000013bad8fdbf5cb14f49e47f66bb8f6b7a13ab1abef4b91 1.83 MB 1,656 2
883,697 883,697 000000000000000000007535008bf001d0723a2420a3ebdc5960d0d813e6e0ed 2.08 MB 617 1
883,696 883,696 00000000000000000000237ec354c7b29a40ee45ddcfb5a039e8e2375512b2d4 1.60 MB 2,237 4
883,695 883,695 000000000000000000016a8848bf623bd2ea6d138db60382958eac28cea30141 1.56 MB 3,141 5
883,694 883,694 00000000000000000000924e1ba4f9242f0f9d05764aac4f32e967893f83d5d4 2.13 MB 611 1
883,693 883,693 000000000000000000005207d9d466ffdb04b56527c45607fe9f403382381538 1.93 MB 1,374 2
883,692 883,692 00000000000000000001d746bdac01d07a60b79ba221a3bd4e463916b40dffbe 1.94 MB 1,626 2
883,691 883,691 00000000000000000001d95044c5e0d3cc0b8f502dd0f56f6e139239a8f27129 1.94 MB 1,252 2
883,690 883,690 00000000000000000001168ea204ffa2ec8044432edf7421c05d383f7932fb92 2.10 MB 734 1
883,689 883,689 00000000000000000001729974cf92ab287e0211e304db88a73b049a4e77a204 1.73 MB 3,656 3
883,688 883,688 0000000000000000000257c9503db0b4db56b9d5e3a7169e74c5fe35a538ae71 2.12 MB 738 1
883,687 883,687 00000000000000000001429e3eea5ab227431a1eb4ca4c3d8ae19a21c36b2b9d 1.55 MB 3,620 3
883,686 883,686 000000000000000000001f9ccc83543b72c1aab1af15b0a63979f1d16b0bdf58 1.85 MB 2,328 2
883,685 883,685 0000000000000000000232c721a4dc41079c14edffde7a5958932058d2bb1676 1.84 MB 2,195 3
883,684 883,684 0000000000000000000103d01f7022c7b21c9edab3b926a99c14927f6a48dbe0 1.86 MB 2,375 1
883,683 883,683 000000000000000000002c2733290d38d2afbd019f6917950a1b0072fe6247bf 1.74 MB 3,067 6
883,682 883,682 0000000000000000000083c679a3e08b6b23cdf9d8d036f65e698fb27e9a9d7e 1.65 MB 3,527 4
883,681 883,681 00000000000000000000cd7658179677afb4246c448d3d2df25b03fefdf942c2 1.69 MB 2,720 3
Previous 10 blocks ↓
Total Size: 755.11 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: 492.62 GB sent, 24.58 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.