Memory Pool Memory Pool Refreshing

2,754 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 2,754 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (718,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,479 189,479 0000000000000470aa89ead32505fe7f1cbabb8f936f8cf3f0f6939e7742bcfa 0.25 MB 589 131
189,478 189,478 00000000000002b6a6031652fa3a0e3b0136e358d7170c85056c20a3fd91b81f 0.06 MB 146 141
189,477 189,477 00000000000001cddf0b923eded06e91f01547ab53812acf8f07c6f3ef21e76c 0.07 MB 245 92
189,476 189,476 000000000000067c4447c9fcebfec6eb6872212e9f923fa3d17712313ea37f66 0.01 MB 32 0
189,475 189,475 0000000000000788a6dc1970d048f83f8886b101521a8675f98b0e682db75632 0.25 MB 487 126
189,474 189,474 000000000000093251d332d76868011fa85c082b091c0e2057e13b335d52bebe 0.07 MB 201 118
189,473 189,473 00000000000009727fc4233c518eb40a2ba8c945f98dcc3ee6c28deeab79538e 0.25 MB 400 93
189,472 189,472 000000000000012aa8e3625045628476c8772c60a6d11211c5a5deeac7fc61d7 0.00 MB 11 0
189,471 189,471 00000000000004484fb3fbd7b508606b85d95fb8c7217db9491c004f5fe4d716 0.13 MB 357 205
189,470 189,470 0000000000000750c9b579785fbe68251e0604a2d1a09b9558c29c41a82d8795 0.00 MB 3 0
189,469 189,469 00000000000002d9d5a1c7061f02459838771ac728db03921d2f7c25c57562a0 0.02 MB 66 78
189,468 189,468 000000000000063478c007aee01a1f431775d4fe5463ac3da2b062a4e3b3ad86 0.05 MB 131 149
189,467 189,467 00000000000006c389d76d8007d90b5b4c000b057c3b44f3cee09569ee5eb17d 0.02 MB 49 23
189,466 189,466 00000000000001492c204e61d1aae153fc12a945d52ac2c199203a682955014c 0.03 MB 110 66
189,465 189,465 00000000000000a0981d0b50483a00cafebf69bed3e36a8fee5109a72c310c8d 0.03 MB 91 56
189,464 189,464 0000000000000731caa1cbeb093b57bdf52d9c58426e49b68a98cc4666eec27a 0.05 MB 167 56
189,463 189,463 00000000000006ae7fc4bf0f387e69a1f1eee8e352b53663dedf529332d20a9d 0.20 MB 537 138
189,462 189,462 0000000000000393b3ccf2cb6bb5bac8d50a6cf868ae5454b5e824788af389da 0.07 MB 128 101
189,461 189,461 00000000000008a47bf176872cdd21ebb839a5961adb94a9317e2e9adbb33580 0.13 MB 341 123
189,460 189,460 00000000000001e54b8f0a17b624484f8cb8e26220ec1ba78db12fe19892145a 0.02 MB 75 15
189,459 189,459 00000000000001f1ace68567a22bb5114bb5b1689ee2b10a371102cbc6779750 0.07 MB 116 87
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, 114 incoming
  • Data Transfer: 1,632.69 GB sent, 93.66 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.