Memory Pool Memory Pool Refreshing

5,513 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,432 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (875,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,220 33,220 0000000042de96deec902b457890732b8585fef05978fd0517807c49ce40b4d6 0.00 MB 1 0
33,219 33,219 00000000c4e62886c1ee98639196808030186bbe65e631407ec815367a728884 0.00 MB 1 0
33,218 33,218 00000000d01e3056ab1831e11c1b191291630ec20d94748a6bdb8fbc75623cc6 0.00 MB 1 0
33,217 33,217 00000000334974cdc105592ca8f67f7f5df12ad2e5d1714238df47f3fc231c84 0.00 MB 1 0
33,216 33,216 00000000a77b136af52d33cf5f7a9aba6f0c3323a5fb691d347b311841ccce5e 0.00 MB 1 0
33,215 33,215 000000005cc63a0ea03a21d49354a70cc6349fdc077f259e7e18b96f59537949 0.00 MB 1 0
33,214 33,214 0000000011e54ae3410e7f53bdba8ad30ea84e45d3026c5e1b5668ad131da325 0.00 MB 1 0
33,213 33,213 00000000100b3fa02078d4c529c93b9331066e2633ea66e4f7852b51ae286bbf 0.00 MB 1 0
33,212 33,212 00000000be003271a876ca84cd170d7dfa0d18ab7b425330bd22233322d39d37 0.00 MB 1 0
33,211 33,211 0000000052f4a5ef8f386ddede753b2f7dca4625a622a19b9133cc5baca1df75 0.00 MB 1 0
33,210 33,210 00000000d1c18d8a97811f3f9b6b6916aac5b74d2f3d364a14aa32d00cc7ce14 0.00 MB 1 0
33,209 33,209 000000000d6a310c8478eb3e2283634ab16a4accfc4f70f25a25e2bae9e06c0d 0.00 MB 1 0
33,208 33,208 000000004644d022453ceeee90e17deb38d262343e42093df5d60f3b22fdc2b1 0.00 MB 1 0
33,207 33,207 000000002f9bcb5f5b6a88c11656cb95f42caba983f5e66a68af306df3645ef6 0.00 MB 1 0
33,206 33,206 00000000b9eab12a6515cf5cf476f9c78cfb6b51a11e4e89003988310b31e291 0.00 MB 1 0
33,205 33,205 00000000468f3f79b6c01488253cb7bc3a314f264b7abe735a038da9d934bc21 0.00 MB 1 0
33,204 33,204 00000000672be99adbdb3ab47f6cefe01a037fd347c008461cb0c668fb54b69c 0.00 MB 1 0
33,203 33,203 00000000c4d9991688e0846fcc367dbf6312b88d5472e789ccecfc209013a8fc 0.00 MB 1 0
33,202 33,202 00000000d0f5a9136ff17de4fb66372e9215a6f890a5e8dd6de612d47985e36d 0.00 MB 1 0
33,201 33,201 00000000509ed00e8d9670d4ba534288b6b449428d68788ce47a624c69c07f77 0.00 MB 1 0
33,200 33,200 00000000752382a9aa355fb2a663613cea7b7ad503331df3ac2e100604ed14d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.45 GB sent, 102.33 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.