Memory Pool Memory Pool Refreshing

19,759 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (415,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
492,595 492,595 0000000000000000006a1e70fcbba6201fbd45cad5d123fd9b3c6c88e177e81e 1.05 MB 2,441 184
492,594 492,594 000000000000000000a04e5b3914943ce881bf105514ef10ab044c9600cc9650 1.05 MB 1,907 267
492,593 492,593 000000000000000000819588e81f6a259b7ef334b61a15fda01f2f2bba52c174 1.10 MB 2,247 215
492,592 492,592 00000000000000000063fa9cbb4a481d573b4331d14acafd17bbd080e33ea249 1.05 MB 2,361 269
492,591 492,591 00000000000000000045c9bc0b32b3812a523430aaca3d09fccd2802d8ec4992 1.04 MB 1,647 154
492,590 492,590 00000000000000000056b87d77b9efe8028e151d54c5d5d6c1f29f427ed2f6fe 1.07 MB 1,791 241
492,589 492,589 000000000000000000b28a66f5e7d63c473861d8964629c6bfcd7d84359d4010 0.75 MB 1,623 177
492,588 492,588 0000000000000000001d9ffbc4740e173e42a3fe060896a8967cffd4fab4c09a 1.05 MB 2,532 141
492,587 492,587 00000000000000000042af9023635fd8cebed7498749e2fd8f56e52fa0d5812b 1.06 MB 2,428 220
492,586 492,586 0000000000000000008dc7752f320a6f627b160c1098259b969f77867c375a84 1.00 MB 2,238 162
492,585 492,585 0000000000000000000c6fcf29013347fd1ed27992b66ce1f7f8c77b9505c9c9 1.00 MB 2,155 173
492,584 492,584 0000000000000000005aaef27480288c128e24cacf443297c0018a010d008bec 1.07 MB 2,196 215
492,583 492,583 000000000000000000a250e50c380d945b72247e20d11c6f346100387d9a29d2 1.03 MB 2,394 166
492,582 492,582 00000000000000000049fbc3330187a17f478ad1bd6220bfbe0aef21bbc9b811 1.00 MB 2,189 243
492,581 492,581 0000000000000000003f8a335f5264085072faa7f5668d17f134f6d7f074263d 1.06 MB 2,254 177
492,580 492,580 000000000000000000bedcfc9fda4dd7944b26f801e8351bdabd6375e087c627 1.06 MB 2,067 193
492,579 492,579 00000000000000000077078d7095f44d8272d18be79a43bc9a2fdd984fbd985c 1.03 MB 2,124 191
492,578 492,578 00000000000000000074b02c97d4c3b9d4fb5e525516b842f1f4e8a3c0601641 1.04 MB 2,021 227
492,577 492,577 000000000000000000139ba6d573ae8294c4822a457d609dbf8961402364e46a 1.04 MB 2,672 205
492,576 492,576 000000000000000000190fbedb1481345bf945b3f0b78c89ee8d2dda9c5d80ff 1.08 MB 2,359 269
492,575 492,575 00000000000000000024672cfbd9bcd7dd6bbdda68d7a90b1ea977ef42c5b7f8 1.08 MB 2,787 203
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.