Memory Pool Memory Pool Refreshing

3,431 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,565 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,766 907,766 00000000000000000001f8aa98ce19a1f4eb113f709469c838590edda8b12d94 1.74 MB 3,775 2
907,765 907,765 00000000000000000000415b94d7963fa371d7de28643441b7834087028b28a1 1.66 MB 3,627 1
907,764 907,764 00000000000000000001ca2fc462258f1ddbb3b27134ac35a74f1b0416be0c39 1.69 MB 3,742 2
907,763 907,763 00000000000000000001f158dbbaa8747dfe5df15cfe071feda9c05fd133cc51 1.77 MB 4,301 2
907,762 907,762 000000000000000000013287596c3c1e455066b9015f172541b5c74706499a25 0.02 MB 59 4
907,761 907,761 00000000000000000001d126c80f1d124e883be04a61436c54c0fe36addd5200 1.79 MB 4,600 1
907,760 907,760 0000000000000000000151109dced15c0de04d653b74b9f1dd47915257408dc0 1.60 MB 2,901 3
907,759 907,759 000000000000000000004d8823a01ee86b1af0188f496424de36ea1c74e0d6d1 0.56 MB 1,105 2
907,758 907,758 00000000000000000001e47176c9ef185919c27418eacb31376bf45666a5560f 1.67 MB 2,588 3
907,757 907,757 00000000000000000000c2a7072dbffbf0a66166af39f591a0035480aecee9ac 1.74 MB 3,498 2
907,756 907,756 00000000000000000000f9f0e80c06fc8020dcd830b5fbc1a9101336e9c63f95 1.72 MB 3,381 2
907,755 907,755 00000000000000000001e4811b00778f0e45fd2068afd546da79d63caf658bb7 1.52 MB 2,095 2
907,754 907,754 0000000000000000000194e922b91707dc1b4790fc7fa9b874c28d509cd19e5c 1.49 MB 3,905 6
907,753 907,753 00000000000000000001c67445c5a4b24ad8738a047b3662a630fe7c039e1d35 1.53 MB 3,732 4
907,752 907,752 0000000000000000000163e669a9b59c55172ba120975625ba9d7c09281aef3e 1.67 MB 3,758 0
907,751 907,751 00000000000000000000cedc8d875e3ec684b9f61843ee11d6e19346177374c4 1.50 MB 3,229 4
907,750 907,750 000000000000000000017c91d67c8f24c736913b462145a92b3148bc1fdb206f 1.76 MB 4,878 1
907,749 907,749 000000000000000000022ca4cb337d60de7188bfb641651bd05d54a7d7552c20 1.10 MB 1,523 1
907,748 907,748 000000000000000000004dfa936826ecdedd4ac05fd7c55bf4208569d4df1603 1.64 MB 3,330 4
907,747 907,747 000000000000000000017c467323e65db4189cfc0ca4fa3c25e6f696b46121e6 1.72 MB 3,306 2
907,746 907,746 000000000000000000011879792e975f26d2d05e4e0e74808af3fe35f388fb23 0.20 MB 317 3
Previous 10 blocks ↓
Total Size: 769.54 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,648.21 GB sent, 95.63 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.