Memory Pool Memory Pool Refreshing

384 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 384 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (851,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,013 57,013 000000001436e07698de1508ea1261906a2cdd889f8228eb797885aa36fe0acb 0.00 MB 4 0
57,012 57,012 000000001468bf89d3d3752388c645f4f133ecbdf0fb80647dd36a795e37fec9 0.00 MB 1 0
57,011 57,011 0000000006300fbfeb75834c5930e591d25595fb945acf90ecf7e1a60027cfc0 0.00 MB 1 0
57,010 57,010 000000000ace4e124a9d4af47bc59dbcac4aaff6e61f25c2ba0147b7d24c9f9d 0.00 MB 1 0
57,009 57,009 0000000006d98797461a19a36386aba96d3f14690ca61e5258b38391ef7ad6b4 0.00 MB 1 0
57,008 57,008 0000000005aebaf8cd23f8644eb35488ecaaac7ee7355dba9c1ed8e10cfaf019 0.00 MB 1 0
57,007 57,007 00000000144dab1cccd5a621653207f7ada970a35618bcf38e0844a222bd0ebd 0.00 MB 1 0
57,006 57,006 00000000156f5fed17d4c26f56b908091e1d890474ed4d18ec05db8c6af9e6c1 0.00 MB 1 0
57,005 57,005 000000000146572721f87971237e6190dfc792255f596aeb5613f906f34254a5 0.00 MB 1 0
57,004 57,004 0000000011b1c6b1b3d462a1067b1ba29f56e8f6496a0bf9034b2b9081d6f0b8 0.00 MB 1 0
57,003 57,003 000000000bbd03947b78cb662556052c0ece8dec2356d280a2d1121ce0215d2d 0.00 MB 1 0
57,002 57,002 00000000047efa14bfb6a5869f0ec68eff6291dc33773f13a15eb9f3685de6fb 0.00 MB 1 0
57,001 57,001 000000000ee702a3f75854390bc7268ce44585ead2c3b09889bf9fed202cb286 0.00 MB 1 0
57,000 57,000 0000000008ee3753c6dd237a3a3b4f6d19c2651a2ed26f63756e9f300073722d 0.00 MB 1 0
56,999 56,999 0000000008189772f4d83e383226e4eee07067d2b82c5cfed19b263aa19c3613 0.00 MB 1 0
56,998 56,998 0000000012d62cf0ab4a0b1c3492b208f9e0db47238ec608b425c23c16fa994a 0.00 MB 1 0
56,997 56,997 000000000c726064ca79739fe059ec8358ebb6b4b85703d04a404ca60d3abf70 0.00 MB 1 0
56,996 56,996 00000000064b37f26f6d26c882163329511da6918ab2d3bd59244e3779849e15 0.00 MB 1 0
56,995 56,995 000000001520ab4969f7139164fdb88485a12d4e2c882bb07893122266769bf7 0.00 MB 2 0
56,994 56,994 0000000009ddd19d2061c24930c9d1b1bc042e76a4c01a132267f5404c022662 0.00 MB 1 0
56,993 56,993 0000000010897428f4bb4473923cdce2291cd994f06d3c0b9bc016841d85b2bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.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.