Memory Pool Memory Pool Refreshing

8,363 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,330 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (635,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,615 272,615 0000000000000004886c62eea8fa18f1774aa260a5005ffb443f971b875d4f63 0.05 MB 97 32
272,614 272,614 0000000000000001b4834d6d1f133e14265f416ab6e68a6930750bdd17193281 0.13 MB 250 37
272,613 272,613 00000000000000059bb032dc5ce98f395b214e1914b37359696f911b3e0ee481 0.28 MB 678 57
272,612 272,612 0000000000000005ef3b0ea16c0449b7180052d4300ad8d07057f869a4842b23 0.25 MB 498 49
272,611 272,611 0000000000000002973d7fe759c106100a407cbed068e2ebf20dee00cf8a3377 0.15 MB 389 45
272,610 272,610 0000000000000002c90f319156ffa91d0c560f592cda7361da52e2c7a2ac3987 0.19 MB 408 55
272,609 272,609 00000000000000030ea3e5e78d77fc2d6d59fc3bb04ee821ccab43be1c48cf51 0.18 MB 543 55
272,608 272,608 000000000000000112ca193ff83b06012252126cf9ddc993b2ccdd589c2e6819 0.02 MB 56 50
272,607 272,607 000000000000000071840c1f2b5156d39ebbb813f761fa20d554230d77700001 0.04 MB 114 42
272,606 272,606 0000000000000001ffd904411955576005c6ea16eadf876e24fcc9e24fc64e6c 0.24 MB 517 59
272,605 272,605 0000000000000004e1f39e039f9d76ce6f00bb730abf8aeb63fe05105d16723a 0.10 MB 236 48
272,604 272,604 0000000000000003a244db21c4f23356ff10dd1e815493a6391501271f7b2333 0.08 MB 185 9
272,603 272,603 0000000000000005980b62639754a4b532ea0100cce302850172bba435c088e6 0.34 MB 776 54
272,602 272,602 0000000000000000c6f00f6c1a6be843088a4e243cfa1f59419b71d60065582f 0.22 MB 463 51
272,601 272,601 0000000000000004b9cb4134f5f7f7c11098510fb39a28ae0318100a5367aecc 0.04 MB 64 28
272,600 272,600 0000000000000000f03d33e37227977f83b13ed97964561ddc07470039b2168d 0.09 MB 195 57
272,599 272,599 0000000000000003b5d3508ca940dcc52863cff948ebcbb885f535f5a5ca63e1 0.14 MB 296 33
272,598 272,598 0000000000000003b0d81ba3c1105ebd083521f7b14588862bbe03c81da5448b 0.40 MB 681 41
272,597 272,597 00000000000000055ade47464f5dbdf82b753c05bb6ef0a8eb83abb5b07f6d06 0.18 MB 512 93
272,596 272,596 0000000000000005dee4a0181c5b4a778d7864129e29612fd4ac2cdb778a8413 0.24 MB 480 41
272,595 272,595 00000000000000017badc0b0936f73c523c6dae4c6336c795655817ccdcc575a 0.25 MB 498 92
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,614.28 GB sent, 92.56 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.