Memory Pool Memory Pool Refreshing

984 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,990 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 956 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,989 (468,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
439,453 439,453 000000000000000003df3878512c62a7cc8afb6017e6cda0f664bb8a889a7ce0 1.00 MB 1,454 36
439,452 439,452 000000000000000003eef7b9418b852a1d1b1a1779b1dfffa5b1a8016215b5ad 1.00 MB 2,075 71
439,451 439,451 0000000000000000002472250134bbed6183b5fd7b49dec36d0a0dfa4455f713 1.00 MB 1,867 62
439,450 439,450 000000000000000003ab9d97a81f09ac5eb2ef971e532eb38abcd085cabb49d3 1.00 MB 2,374 62
439,449 439,449 00000000000000000196c7cf3b80ef9d0e4a0039cee86e5d943ef318ee4c6fa6 1.00 MB 1,903 64
439,448 439,448 0000000000000000005357f6bc21e84ccfb9cdb0a838b8fd17fba0d041847beb 1.00 MB 2,147 91
439,447 439,447 0000000000000000004a4ae574c5f373f751e21bff689858a871123b4308d0ab 1.00 MB 1,043 33
439,446 439,446 00000000000000000234b91209967c7fe1f080ee1a6c950ee95b910c7315de1f 1.00 MB 976 22
439,445 439,445 000000000000000000a829799f7225e78cbd57196705b46fd2afce5cba4928ae 0.99 MB 1,346 53
439,444 439,444 0000000000000000008e633685a8062ebef6958e7e7b24252850b681d9b6ed09 1.00 MB 1,408 45
439,443 439,443 00000000000000000077a6153a1c01f2ca5681b026cdb82d11857765b7108872 1.00 MB 2,380 61
439,442 439,442 0000000000000000039648cb8917ee15e60d8119c4517a46b18e966811e2c645 1.00 MB 2,603 80
439,441 439,441 0000000000000000038121324089cac60299f8f7e4f052d6f1ff74582e9d3588 1.00 MB 2,878 90
439,440 439,440 0000000000000000024a122b46ea825a389dd5964d8d3f89cd9b8f003d7c7993 1.00 MB 1,455 48
439,439 439,439 00000000000000000126e1d7b8995e3b5c4057787059884221dcd22c6635ebc9 1.00 MB 2,044 68
439,438 439,438 0000000000000000018cbd90dc183ee98aa1299f5641c3a8950524a6f6b06c65 1.00 MB 960 30
439,437 439,437 000000000000000002afc54f6adbd8ac3a982264cc2ffb8c57e3d014a9a3b6d5 1.00 MB 2,324 50
439,436 439,436 000000000000000000c483e79584a76f2e06cf72a83579e2447e64df8c885791 1.00 MB 2,273 84
439,435 439,435 00000000000000000041d21304bf50409d486e3970f45fbdf4c73e8c22afdb3b 1.00 MB 2,580 58
439,434 439,434 000000000000000000d59028cfa8cb38f00c2d4d0f20ae10b69e5eba621ff0cb 1.00 MB 2,621 69
439,433 439,433 0000000000000000032776e4bf964bf7913e940dc3cb8ceb4cec2e87c5a096f2 1.00 MB 1,641 62
Previous 10 blocks ↓
Total Size: 769.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,647.95 GB sent, 95.57 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.