Memory Pool Memory Pool Refreshing

10,127 transactions
4.64 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (26,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,815 880,815 00000000000000000000ff057f843c1f7d5bfcf7baa78217f276fef38b2bb3ce 2.08 MB 3,068 1
880,814 880,814 00000000000000000001d6fa88113000abff17e0241fccfa8eae5a65eb0176b7 2.08 MB 1,021 2
880,813 880,813 0000000000000000000019f3cee0400d2bf0e0a06d3a230c481e5aba91e512b9 1.45 MB 1,968 3
880,812 880,812 000000000000000000019bf16c1f04eea1793d257dfad6b63837585f5f0822ae 1.86 MB 2,765 3
880,811 880,811 0000000000000000000081b82847927ec119f38f3a5ec9562e6b92e68d3ce9c5 1.59 MB 3,609 6
880,810 880,810 00000000000000000000560b28d6265657e9f46e7456c868ce3127988b242658 1.47 MB 2,731 3
880,809 880,809 0000000000000000000092cef9fcb68fd0a60cd9e0fb7bc811c9a90157d321a2 1.56 MB 2,687 3
880,808 880,808 00000000000000000000f57332f3e21d75cf18a2d07fcf6f99a845ca447f4861 1.74 MB 1,603 1
880,807 880,807 000000000000000000019692c1ff2227cdb091c04005e79a9e4aa80886a2d22a 1.49 MB 2,845 4
880,806 880,806 00000000000000000002002af5578e82bbd240a6660778b131b0dac62c9f6c43 1.90 MB 1,047 1
880,805 880,805 0000000000000000000084ab4439cd604c495418d4669b11fc7e82cd4eee1db2 1.32 MB 1,337 2
880,804 880,804 00000000000000000000679bd939bb8bc8f1b5ae8c21c8f8a7338c4614ef2bdf 1.19 MB 1,127 2
880,803 880,803 00000000000000000001cebd20d89f26c504fabeb2e19912d3948b369c281075 1.49 MB 1,107 1
880,802 880,802 000000000000000000002bb64d3918d3f80ac0e1d9963a28f2a7755f7ee49a15 1.72 MB 1,764 2
880,801 880,801 000000000000000000015415b9c7f1c7e2f6905e4eaae0fa347d13829e3ff160 1.68 MB 3,758 4
880,800 880,800 00000000000000000001c189ba352776c5212ffe30d10060af9b541970011b0e 1.75 MB 3,094 3
880,799 880,799 0000000000000000000059fa2e91b86421a729fd42639eb399ce2715d26a304b 1.60 MB 3,504 5
880,798 880,798 00000000000000000001a2df84da926f8c3bc3b0a845e403193f53087e037b2b 1.54 MB 3,346 3
880,797 880,797 000000000000000000005183e1f83edae9f2bb311ca9bb55b9ce6dbc362980d4 1.33 MB 1,621 3
880,796 880,796 0000000000000000000273269c3cd950da497c4f273725ec2f4bd4222f1ca48b 1.33 MB 1,390 2
880,795 880,795 00000000000000000001aad7cc4bad46f34b791e2acff9f7cda5fe41c665aefc 2.17 MB 2,916 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.70 GB sent, 93.04 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.