Memory Pool Memory Pool Refreshing

4,936 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,957 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (543,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,719 363,719 000000000000000004ced7d32b332270f5e3c3360a2ec9a22438151dec2b1d70 0.59 MB 1,230 34
363,718 363,718 000000000000000002aeff214d71c819dac6717ff72ca0ebd903bed0524c1eda 0.07 MB 127 26
363,717 363,717 00000000000000000c81fda3636547f821254ffceef96dedcd8dd120d2295268 0.25 MB 365 24
363,716 363,716 000000000000000004b5e486e625628ce88ca094ec081ed52bc94302cbc9c169 0.00 MB 2 0
363,715 363,715 000000000000000012d49952958aa8e83d6bf2895131cffa33ba3695c944aebf 0.60 MB 667 30
363,714 363,714 0000000000000000092fad6f51878816901f65a095e2bef032514d444cc2db00 0.53 MB 799 22
363,713 363,713 00000000000000000876f19a75a052b1b37d5ab93a05eadee2c27b9cd07c4948 0.75 MB 1,646 38
363,712 363,712 00000000000000001517cde6c9c46ad909e76b72d68f0bde35b82a6b66fd72c7 0.03 MB 66 35
363,711 363,711 000000000000000008b184e56c5a866a6b7f4e5c97663acc9e6fdb0e4f08e536 0.37 MB 792 34
363,710 363,710 000000000000000008cab66d9f9751b380d05e425490c22304bbd9ed6235ae01 0.31 MB 708 35
363,709 363,709 0000000000000000126fc12aa4f61b2e410182e014ab2ee15bc3d17bb6113a5a 0.33 MB 716 33
363,708 363,708 00000000000000000648500f41d559d22afdb1937d2b9bac1529d37d69aedeb0 0.05 MB 133 38
363,707 363,707 000000000000000003b0a5601dae212199dbedb2386d2bba5a67d984276d603e 0.18 MB 359 34
363,706 363,706 000000000000000008f44fb96d35ea00c01433906d439359a6052d6ff2d99167 0.29 MB 586 34
363,705 363,705 00000000000000000c1ee758f54c05b7dcb0a3916f805179128ba6cae2dd3328 0.44 MB 861 33
363,704 363,704 00000000000000001538bc65d130ae3fe72d8a466808090bb59558fbf12048d5 0.24 MB 429 30
363,703 363,703 0000000000000000011b2a4cb91b63886ffe0d2263fd17ac5a9b902a219e0a14 0.61 MB 587 19
363,702 363,702 0000000000000000005aef9cc5376db1582a74fb3214001f4f8bdc0d3ea87641 1.00 MB 2,041 33
363,701 363,701 00000000000000000d05053f98fc62e2a72589a08717f56d0f88f227a36fcfe2 0.13 MB 205 21
363,700 363,700 000000000000000005efc7a5559ad30d06f059cf9675f2367549fef0d5696c46 0.51 MB 869 23
363,699 363,699 00000000000000000dca916bdff7fb16fd9531a619e4d820c5a93b6424c7f089 0.75 MB 1,356 29
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.