Memory Pool Memory Pool Refreshing

431 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (554,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,020 353,020 0000000000000000095149693933349f2c49195a5c426f475e2e7e2b1c53772c 0.04 MB 91 32
353,019 353,019 0000000000000000041704e4db1f210e1e8614f27d89e5ee7fba4e9917eefc63 0.31 MB 646 26
353,018 353,018 0000000000000000102500ba3fc07a7c75af9bae6667016182f40ab31884f502 0.26 MB 557 29
353,017 353,017 00000000000000000a6b0009d8b68334fb5d05193f909640bddbbf1dd8dad409 0.00 MB 2 0
353,016 353,016 00000000000000000d85628a75ce50a292749287fdccc110e87fd66b97d44885 0.01 MB 26 11
353,015 353,015 000000000000000006ef2d0cdbfa346549a8388317b3267c254a6d36327f115b 0.32 MB 649 27
353,014 353,014 0000000000000000013cfaa470aeced9dcad881800935a2a978a77f867c6e683 0.40 MB 816 27
353,013 353,013 000000000000000008fe2d4377ee906c701cc6fd3d4e36f7e0bb897b79a3114e 0.33 MB 748 27
353,012 353,012 00000000000000001509a4e91bcfffcffba78c2c39f321c76e1b70b380016de2 0.24 MB 569 27
353,011 353,011 00000000000000000cf356c408fb23e5aacb02f3a63992bd8498ba464ff65baa 0.11 MB 242 34
353,010 353,010 00000000000000000c03b7a8643161f1bcbf079bd71ff0a48d64b5d3249df982 0.18 MB 445 30
353,009 353,009 0000000000000000054eee1b546782971252bc69a564d18a2f509fd7085ff148 0.44 MB 848 29
353,008 353,008 000000000000000002890c60782ba81b5fecb1b97a30837575b9df7fab127197 0.09 MB 179 20
353,007 353,007 0000000000000000105436a635d472094a56daccdb3290a0b801fb860065ec8a 0.30 MB 552 24
353,006 353,006 000000000000000002d39d24288d92aea6f4ec738b2925b35e4afa2604efc100 0.14 MB 224 20
353,005 353,005 00000000000000000d8d5d364d29a712bc47b7bd8a1c5d8270e0393097439a33 0.38 MB 843 26
353,004 353,004 00000000000000000a7c1fba7d9a3dcf2ec5975264e0cd67dae1149af306fc71 0.27 MB 394 23
353,003 353,003 00000000000000000ed50419228f83dfa7dfb53a3efa4a3aa07d5fdad55ea9c1 0.44 MB 919 26
353,002 353,002 0000000000000000014a127324ac681dfa05c71b2c35cb3eb24214606cc0439e 1.00 MB 2,375 31
353,001 353,001 0000000000000000112dc63cff9174a5d0258871330a416e7588ed962b0319bb 0.18 MB 375 27
353,000 353,000 00000000000000000054ba1150cba12f19a604351ec95cdcf3c642b6db4c33a2 0.06 MB 134 24
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.76 GB sent, 93.70 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.