Memory Pool Memory Pool Refreshing

5,489 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (803,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,691 104,691 000000000001732269fddf5b71129287eb7359772dbcd5fd981d6d9eafe4b8dc 0.00 MB 5 0
104,690 104,690 000000000000ce546d1c724716756019ead982725a51b570cb83c5b429c02b50 0.01 MB 23 0
104,689 104,689 0000000000037193d17ec2988c3080950fbead5dc5d2e52ea18bfd87ff0bec23 0.00 MB 1 0
104,688 104,688 000000000001a45a058760c8609cfdaf26acc537507495f47f0686c59aa55517 0.00 MB 3 0
104,687 104,687 0000000000031b6d9bfacbdb0bb54d5aff60c36ecd6a1d7694a971b6ac69674f 0.00 MB 6 0
104,686 104,686 0000000000032c0dc2275218800c78d1d8da0c21d30a1686ca1616db2a273639 0.00 MB 3 0
104,685 104,685 0000000000005f79706d39987b02e625171c6b94cd436c773f82e7f406fd02cb 0.00 MB 11 0
104,684 104,684 00000000000102b5e0788ad455bca91d1bbf0348e368f2dba15c47b1cb241a14 0.01 MB 23 0
104,683 104,683 0000000000038b2113284dd5fa42dc59e5be62ca4d776b6bfec8e69ae09b01bb 0.00 MB 1 0
104,682 104,682 000000000001806a08f91786cedf8fb90db0ab3068b6db494d105015ad85415a 0.00 MB 2 0
104,681 104,681 0000000000018cae3abc2e5e49223127d8bd0c3714525a462ab6e3ddf1e02cbf 0.00 MB 3 0
104,680 104,680 00000000000292a3ebebed2378d0685cdb2371cb668e4b7dd6d34f4d5e48a385 0.00 MB 3 0
104,679 104,679 000000000002bd94e86b7c153521a5d7c2f1b6d7924e746b02920ab221e23822 0.00 MB 2 0
104,678 104,678 000000000000b4ea234681d49ab5abad53fefa3286d6d15792c6bc52575a31e2 0.00 MB 1 0
104,677 104,677 00000000000356f1c07659b8df88c9cd237359488ae50fc15a05bbb80d58f9c0 0.00 MB 2 0
104,676 104,676 000000000000c401aee9a396a4a08fdc91c05adf4a9ccc809fbc06464a831b58 0.00 MB 12 0
104,675 104,675 00000000000051fc9bcc532fd83a8e82e03bb505fe999759f71a322ed66b2a76 0.01 MB 24 0
104,674 104,674 0000000000030a981666414ea3750953e5c3b7592489f08f75ca95886159101d 0.00 MB 6 0
104,673 104,673 000000000002e1728bd3bc36da0102831d613b972ad0dcffc83a490476db43a7 0.00 MB 6 841
104,672 104,672 000000000000b9d8ea0f1e7c1d5d9329963d06a4ebd59ee30d7d71518c5b0851 0.00 MB 3 2,283
104,671 104,671 000000000002b140e4fabb3d7e426a89b7ba0cfe9c0ce4112b106e09683bcb1d 0.00 MB 7 420
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.