Memory Pool Memory Pool Refreshing

2,607 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (652,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,805 255,805 000000000000003d160063d8ef6c7c496d34cdce39aa19c46e72f4d0f8632bda 0.30 MB 660 131
255,804 255,804 0000000000000011755cb65b6aa7907d3854366008e082685cb2555c6f5e1fe4 0.25 MB 604 115
255,803 255,803 000000000000001eb02c1c5471bfb1cd8daae86d0b479a1909f731fdf7b1a990 0.02 MB 39 39
255,802 255,802 000000000000001ef92a3464f8dfce9f61d581e38d800d16fb8fba6695433455 0.05 MB 80 64
255,801 255,801 000000000000002b5f8064683eec4643c31206ccea90ce761252a35e6086c230 0.14 MB 332 124
255,800 255,800 0000000000000020cbcc7554e38315e6b2bfd5f2f2a73bdc3d460451438854a0 0.21 MB 514 119
255,799 255,799 0000000000000037d5bd65d67abf5b7b46b1d3a168bb1392aee37d826b85ed30 0.20 MB 311 43
255,798 255,798 0000000000000004d293d972541177796edc2beada3472148fa3c33be935b662 0.25 MB 647 148
255,797 255,797 000000000000002e9067f1cf7252333f7aeb619c89d220985a70ac0e015248e0 0.04 MB 60 61
255,796 255,796 000000000000002481c3e59fe335e68d108da9f9c757dc78f56e611933be9c20 0.07 MB 82 95
255,795 255,795 000000000000001e40e56231d9f2a3d55404a91722110041efa7e8067d330ac6 0.08 MB 186 107
255,794 255,794 00000000000000117e21e315031ac48863a938715541325697ecfbe7416d99b1 0.06 MB 145 129
255,793 255,793 0000000000000020fd743df48ac9f6bc1789da46a2f431445f9b10ef7a189b31 0.11 MB 219 103
255,792 255,792 000000000000002888ebc97f7f25eca94befecfa3362968d4a1a1e24a0f0bc46 0.17 MB 327 108
255,791 255,791 0000000000000017a8bf7bbea6389a910f7599b8d620263621bbb7eae59aaffa 0.16 MB 393 136
255,790 255,790 000000000000003d920986b5aff75deaf67f8bdfb29b5d5d5540af2dabad68b0 0.05 MB 114 130
255,789 255,789 00000000000000031100e9be8266ebb385eeb44794b98221d0dfd35e726378d7 0.10 MB 203 96
255,788 255,788 000000000000002c8b53e93c2279df5ac5cdb5b65115e7a0658e2802b01a5035 0.23 MB 512 116
255,787 255,787 000000000000002f8c7ca5e8bbbc03034d31812bd6889f0ad764ca0553f4d2a5 0.06 MB 123 114
255,786 255,786 00000000000000226b0bdb95266de746472319a800fa0b795ec721d30f0e4a21 0.16 MB 347 139
255,785 255,785 000000000000001c1d3df86a0b162da2d76b9c35deea1e064cff8b5c1deadc67 0.04 MB 115 121
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.