Memory Pool Memory Pool Refreshing

7,920 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,869 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (199,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
708,622 708,622 00000000000000000000459d6b9bc767f9d13317def99f39a8f15a54b7f529bf 1.45 MB 2,579 6
708,621 708,621 00000000000000000009bde58b66036d3a4238bf511bd28f9e6281100404c504 1.41 MB 2,945 23
708,620 708,620 000000000000000000057f54156e519672711d1f285b308d0ed72b8851146d1c 1.46 MB 3,948 15
708,619 708,619 0000000000000000000bd078f1ff5bbfd9109ce2ee5ad62a8adc5b80bf7ecfb0 0.75 MB 1,416 6
708,618 708,618 0000000000000000000b566f05dccfaf93a9829935e2331f16759ceab996ea0f 1.45 MB 1,940 7
708,617 708,617 0000000000000000000aab79028cd91afb02831d5bb67ce2f1f2efe1378fa2dc 1.49 MB 3,365 13
708,616 708,616 0000000000000000000bccd653f92fcf25eecdebc597c154f308dc9003dd243c 0.73 MB 1,556 10
708,615 708,615 0000000000000000000a93018015fd8e9333740d21132da683f0b916fb739757 0.01 MB 17 3
708,614 708,614 000000000000000000099bc202f6f3769b52f651b0ce15adc19fdb1e93d9e6d3 0.76 MB 1,321 8
708,613 708,613 00000000000000000008c7a24dba5d170470c8abb58a7b24554995757db05f12 1.05 MB 545 2
708,612 708,612 00000000000000000002e60b61433a93eaaba02b727fcb7813c3d82d877385c8 1.32 MB 2,149 8
708,611 708,611 0000000000000000000a84531fc04a98ecbd0c56fcdda6841f11e187ae4f1dff 0.52 MB 673 3
708,610 708,610 0000000000000000000000e4f4e1ebe93f66e36622b3c72c76b090afbdb94c34 1.60 MB 2,863 9
708,609 708,609 0000000000000000000326d7d87c3ba65ccb00920c805f3d8c4bfca7ccb125b7 1.41 MB 3,151 16
708,608 708,608 00000000000000000000213470307680ca31fdebfa722864d8d6d046f9ff18c8 0.22 MB 522 10
708,607 708,607 000000000000000000067577cf97ea3fc07a6681a67417b84823b1343a7ae3c0 0.66 MB 1,271 10
708,606 708,606 00000000000000000008dbd48c5d8614de610ee8fc4ce78ec520306760e02ec2 0.79 MB 1,108 8
708,605 708,605 00000000000000000000d362c3cbdbcca0348a8ab5e1755125ce9b16b512225c 0.20 MB 160 5
708,604 708,604 000000000000000000062adb4dea83e6d7a7132614032dbfdeab58dc12604ee4 0.30 MB 575 9
708,603 708,603 00000000000000000007647ad2db1bf5db881aef054363bd82382e557ced891c 1.12 MB 848 2
708,602 708,602 00000000000000000000f77d0fe3e928f8110a442a4085b9a4b355bc753b94b7 1.09 MB 531 2
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.