Memory Pool Memory Pool Refreshing

4,838 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,440 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (745,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,158 162,158 0000000000000276c2e76b57ff126781606bb1479a792ff86d1020964cc129ec 0.03 MB 42 87
162,157 162,157 0000000000000d06132114f650349cb5c234101b7d07174362684ebaa932e8fc 0.03 MB 97 225
162,156 162,156 0000000000000b938d3792b8d8df47b7d63da46077c3a7c5ea5266effec624c8 0.02 MB 55 97
162,155 162,155 0000000000000736dd68b0e6a236be1b98fd38b1b1bb0e9c431a2d048f5b606e 0.03 MB 48 99
162,154 162,154 000000000000011893489b843c0a020239dcbbed93e4f5330fb6406a1d704197 0.03 MB 72 73
162,153 162,153 00000000000003e6a9d66e8c304e139c48df3e228e3dde5f112bd95ceaf15f07 0.01 MB 19 121
162,152 162,152 000000000000009f3e23e78ba4f630a7aff4061c1e0e0dfddaf7e76fb954b8e5 0.03 MB 99 96
162,151 162,151 000000000000083b2ec534947ea6415eedba45db618cc26bd2c2a732b4b26f8f 0.00 MB 8 92
162,150 162,150 0000000000000155fe1834f1ed9fcb24f1898b4c20e4ac7bc56244ae41660c59 0.01 MB 17 385
162,149 162,149 0000000000000933f1531c01233fb1990c9c37baa5d44d4b3f468db6889e08cd 0.01 MB 13 37
162,148 162,148 0000000000000a9ba6de49426878ae6817e09ad8e077861cb40427ad226eceb5 0.03 MB 76 49
162,147 162,147 00000000000000d3571c40ee4ef720fc74b8665ea5152ceebcb0bd3e8a802e32 0.01 MB 15 38
162,146 162,146 000000000000038460561110b3606086fb3e79092974de2ea0fb5305409c218f 0.03 MB 73 41
162,145 162,145 000000000000085d5275d4fdf9e699e77b6248c35a0a27860bbaca097b520627 0.00 MB 12 0
162,144 162,144 00000000000007e3253fbec4573067ca68f4faf2cc5af0665a95ad341225205a 0.01 MB 32 46
162,143 162,143 000000000000065fce5214d6c6dd18d0fb6ee398e527eaa727339a54316ac5e0 0.04 MB 91 171
162,142 162,142 0000000000000be305aa0b10d3c0713cdeb8005f77b81f2b11294d18bdb4ae89 0.01 MB 20 69
162,141 162,141 0000000000000d0e51bbadb55e5f73d82426c41e65d2191191e09643392416c2 0.03 MB 96 1,607
162,140 162,140 0000000000000128521d95f2adb89596c0cad53a6a9fea2f4d9214db812861b3 0.02 MB 57 394
162,139 162,139 0000000000000cc4e879a06e87044e392fcf98f89daa32362dc62de26cccb41f 0.00 MB 1 0
162,138 162,138 000000000000061c579fe1b6ece82d7c3abdba04083b653f942ebe146d2416dc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.